#59cfbd

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

Shades of Downy #59CFBD

Tints of Downy #59CFBD

Color information

#59CFBD (or 0x59CFBD) is unknown color: approx Downy. HEX triplet: 59, CF and BD. RGB value is (89,207,189). Sum of RGB (Red+Green+Blue) = 89+207+189=485 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.35% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #59CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFBD is #A63042. Grayscale: #A9A9A9. Windows color (decimal): -10891331 or 12439385. OLE color: 12439385.

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

Color convert

RGB89207189-
CMYK0.5700.090.19
HSL170.85º55.14%58.04%-
HSV(B)170.85º57%81.18%-
XYZ35.6250.4256-
YUV169.67138.9170.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.35%
GREEN value IS 207 (81.25% from 255) = 42.68%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=18.35%
G=42.68%
B=38.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal892071890.5700.090.19170.8555.1458.04
Hex59CFBD390913ab373a
Octal13131727571011232536772
Binary10110011100111110111101111001010011001110101011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59cfbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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