#59D1BC

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

Shades of Downy #59D1BC

Tints of Downy #59D1BC

Color information

#59D1BC (or 0x59D1BC) is unknown color: approx Downy. HEX triplet: 59, D1 and BC. RGB value is (89,209,188). Sum of RGB (Red+Green+Blue) = 89+209+188=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #59D1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D1BC is #A62E43. Grayscale: #AAAAAA. Windows color (decimal): -10890820 or 12374361. OLE color: 12374361.

HSL color Cylindrical-coordinate representation of color #59D1BC: hue angle of 169.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59D1BC is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB89209188-
CMYK0.5700.100.18
HSL169.5º56.6%58.43%-
HSV(B)169.5º57.42%81.96%-
XYZ3651.3655.59-
YUV170.73137.7469.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.31%
GREEN value IS 209 (82.03% from 255) = 43.00%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=18.31%
G=43.00%
B=38.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal892091880.5700.100.18169.556.658.43
Hex59D1BC390A12aa393a
Octal13132127471012222527172
Binary10110011101000110111100111001010101001010101010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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