Html Css Color HEX #59CFB9 Downy

📋 copy color: '#59CFB9'

red 89 ◦ green 207 ◦ blue 185

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

Shades of Downy #59CFB9

Tints of Downy #59CFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.46%

R = 18.5%
G = 43.04%
B = 38.46%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#59CFB9 (or 0x59CFB9) is known color: Downy. HEX triplet: 59, CF and B9. RGB value is (89,207,185). Sum of RGB (Red+Green+Blue) = 89+207+185=481 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.50% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #59CFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFB9 is #A63046. Grayscale: #A9A9A9. Windows color (decimal): -10891335 or 12177241. OLE color: 12177241.

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

Color convert

RGB 89 207 185 -
CMYK 0.57 0 0.11 0.19
HSL 168.81º 0.55% 0.58% -
HSV(B) 168.81º 0.57% 0.81% -
XYZ 35.19 50.25 53.74 -
YUV 169.21 136.91 70.79 -
System Red Green Blue C M Y K H S L
Decimal 89 207 185 0.57 0 0.11 0.19 168.81 0.55 0.58
Hex 59 CF B9 39 0 B 13 A9 37 3A
Octal 131 317 271 71 0 13 23 251 67 72
Binary 1011001 11001111 10111001 111001 0 1011 10011 10101001 110111 111010

Color Harmonies of #59CFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CFB9

Black with #59CFB9

Text Example


Text Example

White with #59CFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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