Html Css Color HEX #59C2CD Viking

📋 copy color: '#59C2CD'

red 89 ◦ green 194 ◦ blue 205

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

Shades of Viking #59C2CD

Tints of Viking #59C2CD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.75%

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

R = 18.24%
G = 39.75%
B = 42.01%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#59C2CD (or 0x59C2CD) is known color: Viking. HEX triplet: 59, C2 and CD. RGB value is (89,194,205). Sum of RGB (Red+Green+Blue) = 89+194+205=488 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.24% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #59C2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C2CD is #A63D32. Grayscale: #A3A3A3. Windows color (decimal): -10894643 or 13484633. OLE color: 13484633.

HSL color Cylindrical-coordinate representation of color #59C2CD: hue angle of 185.69º 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 #59C2CD is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 194 205 -
CMYK 0.57 0.05 0 0.20
HSL 185.69º 0.54% 0.58% -
HSV(B) 185.69º 0.57% 0.8% -
XYZ 34.43 45.12 64.65 -
YUV 163.86 151.21 74.61 -
System Red Green Blue C M Y K H S L
Decimal 89 194 205 0.57 0.05 0 0.20 185.69 0.54 0.58
Hex 59 C2 CD 39 5 0 14 BA 36 3A
Octal 131 302 315 71 5 0 24 272 66 72
Binary 1011001 11000010 11001101 111001 101 0 10100 10111010 110110 111010

Color Harmonies of #59C2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59C2CD

Black with #59C2CD

Text Example


Text Example

White with #59C2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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