#59cfbe

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

Shades of Downy #59CFBE

Tints of Downy #59CFBE

Color information

#59CFBE (or 0x59CFBE) is unknown color: approx Downy. HEX triplet: 59, CF and BE. RGB value is (89,207,190). Sum of RGB (Red+Green+Blue) = 89+207+190=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #59CFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFBE is #A63041. Grayscale: #A9A9A9. Windows color (decimal): -10891330 or 12504921. OLE color: 12504921.

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

Color convert

RGB89207190-
CMYK0.5700.080.19
HSL171.36º55.14%58.04%-
HSV(B)171.36º57%81.18%-
XYZ35.7350.4756.57-
YUV169.78139.4170.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.31%
GREEN value IS 207 (81.25% from 255) = 42.59%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=18.31%
G=42.59%
B=39.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal892071900.5700.080.19171.3655.1458.04
Hex59CFBE390813ab373a
Octal13131727671010232536772
Binary10110011100111110111110111001010001001110101011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59cfbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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