#3EBDC0

Color #3EBDC0 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #3EBDC0

Tints of Viking #3EBDC0

Color information

#3EBDC0 (or 0x3EBDC0) is unknown color: approx Viking. HEX triplet: 3E, BD and C0. RGB value is (62,189,192). Sum of RGB (Red+Green+Blue) = 62+189+192=443 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.00% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #3EBDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBDC0 is #C1423F. Grayscale: #979797. Windows color (decimal): -12665408 or 12631358. OLE color: 12631358.

HSL color Cylindrical-coordinate representation of color #3EBDC0: hue angle of 181.38º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EBDC0 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB62189192-
CMYK0.680.0200.25
HSL181.38º51.18%49.8%-
HSV(B)181.38º67.71%75.29%-
XYZ29.741.2356.26-
YUV151.37150.9264.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 14.00%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 192 (75.39% from 255) = 43.34%
R=14.00%
G=42.66%
B=43.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal621891920.680.0200.25181.3851.1849.8
Hex3EBDC0442019b53332
Octal7627530010420312656362
Binary111110101111011100000010001001001100110110101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EBDC0; }

 p { color: rgb(62,189,192); }

 H1.HeaderClassName
 {
   color: #3EBDC0;
 }
 .AnyTagClassName
 {
   color: #3EBDC0;
 }
</style>
background-color css

<style>
 a { background-color: #3EBDC0; }

 a { background-color: rgb(62,189,192); }

 div.DivClassName
 {
   background-color: #3EBDC0;
 }
 .BgClassName
 {
   background-color: #3EBDC0;
 }
</style>
border-color css

<style>
 span { border-color: #3EBDC0; }

 span { border-color: rgb(62,189,192); }

 td.TdClassName
 {
   border-color: #3EBDC0;
 }
 .TagClassName
 {
   border-color: #3EBDC0;
 }
</style>