#39abc6

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

Shades of Viking #39ABC6

Tints of Viking #39ABC6

Color information

#39ABC6 (or 0x39ABC6) is unknown color: approx Viking. HEX triplet: 39, AB and C6. RGB value is (57,171,198). Sum of RGB (Red+Green+Blue) = 57+171+198=426 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.38% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 198 - color contains mainly: blue. Hex color #39ABC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39ABC6 is #C65439. Grayscale: #8B8B8B. Windows color (decimal): -12997690 or 13019961. OLE color: 13019961.

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

Color convert

RGB57171198-
CMYK0.710.1400.22
HSL191.49º55.29%50%-
HSV(B)191.49º71.21%77.65%-
XYZ26.4434.0758.61-
YUV139.99160.7368.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.38%
GREEN value IS 171 (67.19% from 255) = 40.14%
BLUE value IS 198 (77.73% from 255) = 46.48%
R=13.38%
G=40.14%
B=46.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal571711980.710.1400.22191.4955.2950
Hex39ABC647E016bf3732
Octal71253306107160262776762
Binary11100110101011110001101000111111001011010111111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39abc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,171,198); }

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

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

 a { background-color: rgb(57,171,198); }

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

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

 span { border-color: rgb(57,171,198); }

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