#59CBBC

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

Shades of Downy #59CBBC

Tints of Downy #59CBBC

Color information

#59CBBC (or 0x59CBBC) is unknown color: approx Downy. HEX triplet: 59, CB and BC. RGB value is (89,203,188). Sum of RGB (Red+Green+Blue) = 89+203+188=480 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.54% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #59CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CBBC is #A63443. Grayscale: #A7A7A7. Windows color (decimal): -10892356 or 12372825. OLE color: 12372825.

HSL color Cylindrical-coordinate representation of color #59CBBC: hue angle of 172.11º degrees, saturation: 0.52, 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 #59CBBC is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB89203188-
CMYK0.5600.070.20
HSL172.11º52.29%57.25%-
HSV(B)172.11º56.16%79.61%-
XYZ34.5548.4755.11-
YUV167.2139.7372.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.54%
GREEN value IS 203 (79.69% from 255) = 42.29%
BLUE value IS 188 (73.83% from 255) = 39.17%
R=18.54%
G=42.29%
B=39.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal892031880.5600.070.20172.1152.2957.25
Hex59CBBC380714ac3439
Octal1313132747007242546471
Binary1011001110010111011110011100001111010010101100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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