Html Css Color HEX #59CFBC Downy

📋 copy color: '#59CFBC'

red 89 ◦ green 207 ◦ blue 188

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

Shades of Downy #59CFBC

Tints of Downy #59CFBC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.77%

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 18.39%
G = 42.77%
B = 38.84%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#59CFBC (or 0x59CFBC) is known color: Downy. HEX triplet: 59, CF and BC. RGB value is (89,207,188). Sum of RGB (Red+Green+Blue) = 89+207+188=484 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.39% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #59CFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFBC is #A63043. Grayscale: #A9A9A9. Windows color (decimal): -10891332 or 12373849. OLE color: 12373849.

HSL color Cylindrical-coordinate representation of color #59CFBC: hue angle of 170.34º degrees, saturation: 0.55, 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 #59CFBC is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 207 188 -
CMYK 0.57 0 0.09 0.19
HSL 170.34º 0.55% 0.58% -
HSV(B) 170.34º 0.57% 0.81% -
XYZ 35.51 50.38 55.43 -
YUV 169.55 138.41 70.54 -
System Red Green Blue C M Y K H S L
Decimal 89 207 188 0.57 0 0.09 0.19 170.34 0.55 0.58
Hex 59 CF BC 39 0 9 13 AA 37 3A
Octal 131 317 274 71 0 11 23 252 67 72
Binary 1011001 11001111 10111100 111001 0 1001 10011 10101010 110111 111010

Color Harmonies of #59CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CFBC

Black with #59CFBC

Text Example


Text Example

White with #59CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,207,188); }

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

background-color css

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

 a { background-color: rgb(89,207,188); }

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

border-color css

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

 span { border-color: rgb(89,207,188); }

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