#39B9C4

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

Shades of Viking #39B9C4

Tints of Viking #39B9C4

Color information

#39B9C4 (or 0x39B9C4) is unknown color: approx Viking. HEX triplet: 39, B9 and C4. RGB value is (57,185,196). Sum of RGB (Red+Green+Blue) = 57+185+196=438 (58% of max value = 765). Red value is 57 (22.66% from 255 or 13.01% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #39B9C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39B9C4 is #C6463B. Grayscale: #939393. Windows color (decimal): -12994108 or 12892473. OLE color: 12892473.

HSL color Cylindrical-coordinate representation of color #39B9C4: hue angle of 184.75º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39B9C4 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB57185196-
CMYK0.710.0600.23
HSL184.75º54.94%49.61%-
HSV(B)184.75º70.92%76.86%-
XYZ2939.5558.33-
YUV147.98155.0963.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.01%
GREEN value IS 185 (72.66% from 255) = 42.24%
BLUE value IS 196 (76.95% from 255) = 44.75%
R=13.01%
G=42.24%
B=44.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal571851960.710.0600.23184.7554.9449.61
Hex39B9C4476017b93732
Octal7127130410760272716762
Binary1110011011100111000100100011111001011110111001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39B9C4; }

 p { color: rgb(57,185,196); }

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

<style>
 a { background-color: #39B9C4; }

 a { background-color: rgb(57,185,196); }

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

<style>
 span { border-color: #39B9C4; }

 span { border-color: rgb(57,185,196); }

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