#59CCBB

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

Shades of Downy #59CCBB

Tints of Downy #59CCBB

Color information

#59CCBB (or 0x59CCBB) is unknown color: approx Downy. HEX triplet: 59, CC and BB. RGB value is (89,204,187). Sum of RGB (Red+Green+Blue) = 89+204+187=480 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.54% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #59CCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CCBB is #A63344. Grayscale: #A7A7A7. Windows color (decimal): -10892101 or 12307545. OLE color: 12307545.

HSL color Cylindrical-coordinate representation of color #59CCBB: hue angle of 171.13º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59CCBB is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB89204187-
CMYK0.5600.080.2
HSL171.13º53%57.45%-
HSV(B)171.13º56.37%80%-
XYZ34.6848.954.62-
YUV167.68138.971.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.54%
GREEN value IS 204 (80.08% from 255) = 42.5%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=18.54%
G=42.5%
B=38.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal892041870.5600.080.2171.135357.45
Hex59CCBB380814ab3539
Octal13131427370010242536571
Binary10110011100110010111011111000010001010010101011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,204,187); }

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

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

 a { background-color: rgb(89,204,187); }

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

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

 span { border-color: rgb(89,204,187); }

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