Html Css Color HEX #59C0CD Viking

📋 copy color: '#59C0CD'

red 89 ◦ green 192 ◦ blue 205

#59C0CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #59C0CD

Tints of Viking #59C0CD

RGB

 RED value IS 89 (35.16% from 255) = 18.31%

 GREEN value IS 192 (75.39% from 255) = 39.51%

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 18.31%
G = 39.51%
B = 42.18%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#59C0CD (or 0x59C0CD) is known color: Viking. HEX triplet: 59, C0 and CD. RGB value is (89,192,205). Sum of RGB (Red+Green+Blue) = 89+192+205=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #59C0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C0CD is #A63F32. Grayscale: #A2A2A2. Windows color (decimal): -10895155 or 13484121. OLE color: 13484121.

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

Color convert

RGB 89 192 205 -
CMYK 0.57 0.06 0 0.20
HSL 186.72º 0.54% 0.58% -
HSV(B) 186.72º 0.57% 0.8% -
XYZ 33.99 44.23 64.5 -
YUV 162.69 151.88 75.44 -
System Red Green Blue C M Y K H S L
Decimal 89 192 205 0.57 0.06 0 0.20 186.72 0.54 0.58
Hex 59 C0 CD 39 6 0 14 BB 36 3A
Octal 131 300 315 71 6 0 24 273 66 72
Binary 1011001 11000000 11001101 111001 110 0 10100 10111011 110110 111010

Color Harmonies of #59C0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59C0CD

Black with #59C0CD

Text Example


Text Example

White with #59C0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,192,205); }

 H1.HeaderClassName
 {
   color: #59C0CD;
 }
 .AnyTagClassName
 {
   color: #59C0CD;
 }
</style>

background-color css

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

 a { background-color: rgb(89,192,205); }

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

border-color css

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

 span { border-color: rgb(89,192,205); }

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