#59DFC2

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

Shades of Downy #59DFC2

Tints of Downy #59DFC2

Color information

#59DFC2 (or 0x59DFC2) is unknown color: approx Downy. HEX triplet: 59, DF and C2. RGB value is (89,223,194). Sum of RGB (Red+Green+Blue) = 89+223+194=506 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.59% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #59DFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DFC2 is #A6203D. Grayscale: #B3B3B3. Windows color (decimal): -10887230 or 12771161. OLE color: 12771161.

HSL color Cylindrical-coordinate representation of color #59DFC2: hue angle of 167.01º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DFC2 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB89223194-
CMYK0.6000.130.13
HSL167.01º67.68%61.18%-
HSV(B)167.01º60.09%87.45%-
XYZ40.2558.7960.27-
YUV179.63136.1163.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.59%
GREEN value IS 223 (87.5% from 255) = 44.07%
BLUE value IS 194 (76.17% from 255) = 38.34%
R=17.59%
G=44.07%
B=38.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal892231940.6000.130.13167.0167.6861.18
Hex59DFC23C0DDa7443d
Octal131337302740151524710475
Binary10110011101111111000010111100011011101101001111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59DFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,223,194); }

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

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

 a { background-color: rgb(89,223,194); }

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

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

 span { border-color: rgb(89,223,194); }

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