#59C2CE

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

Shades of Viking #59C2CE

Tints of Viking #59C2CE

Color information

#59C2CE (or 0x59C2CE) is unknown color: approx Viking. HEX triplet: 59, C2 and CE. RGB value is (89,194,206). Sum of RGB (Red+Green+Blue) = 89+194+206=489 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.20% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #59C2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C2CE is #A63D31. Grayscale: #A3A3A3. Windows color (decimal): -10894642 or 13550169. OLE color: 13550169.

HSL color Cylindrical-coordinate representation of color #59C2CE: hue angle of 186.15º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59C2CE is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB89194206-
CMYK0.570.0600.19
HSL186.15º54.42%57.84%-
HSV(B)186.15º56.8%80.78%-
XYZ34.5545.1665.29-
YUV163.97151.7174.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.20%
GREEN value IS 194 (76.17% from 255) = 39.67%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=18.20%
G=39.67%
B=42.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal891942060.570.0600.19186.1554.4257.84
Hex59C2CE396013ba363a
Octal1313023167160232726672
Binary1011001110000101100111011100111001001110111010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59C2CE; }

 p { color: rgb(89,194,206); }

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

<style>
 a { background-color: #59C2CE; }

 a { background-color: rgb(89,194,206); }

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

<style>
 span { border-color: #59C2CE; }

 span { border-color: rgb(89,194,206); }

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