#3EB9C3

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

Shades of Viking #3EB9C3

Tints of Viking #3EB9C3

Color information

#3EB9C3 (or 0x3EB9C3) is unknown color: approx Viking. HEX triplet: 3E, B9 and C3. RGB value is (62,185,195). Sum of RGB (Red+Green+Blue) = 62+185+195=442 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.03% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 195 - color contains mainly: blue. Hex color #3EB9C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EB9C3 is #C1463C. Grayscale: #959595. Windows color (decimal): -12666429 or 12826942. OLE color: 12826942.

HSL color Cylindrical-coordinate representation of color #3EB9C3: hue angle of 184.51º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EB9C3 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB62185195-
CMYK0.680.0500.24
HSL184.51º52.57%50.39%-
HSV(B)184.51º68.21%76.47%-
XYZ29.1939.6657.75-
YUV149.36153.7565.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.03%
GREEN value IS 185 (72.66% from 255) = 41.86%
BLUE value IS 195 (76.56% from 255) = 44.12%
R=14.03%
G=41.86%
B=44.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal621851950.680.0500.24184.5152.5750.39
Hex3EB9C3445018b93532
Octal7627130310450302716562
Binary1111101011100111000011100010010101100010111001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,185,195); }

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

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

 a { background-color: rgb(62,185,195); }

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

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

 span { border-color: rgb(62,185,195); }

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