#5FDDBA

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

Shades of Downy #5FDDBA

Tints of Downy #5FDDBA

Color information

#5FDDBA (or 0x5FDDBA) is unknown color: approx Downy. HEX triplet: 5F, DD and BA. RGB value is (95,221,186). Sum of RGB (Red+Green+Blue) = 95+221+186=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDDBA is #A02245. Grayscale: #B3B3B3. Windows color (decimal): -10494534 or 12246367. OLE color: 12246367.

HSL color Cylindrical-coordinate representation of color #5FDDBA: hue angle of 163.33º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDDBA is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB95221186-
CMYK0.5700.160.13
HSL163.33º64.95%61.96%-
HSV(B)163.33º57.01%86.67%-
XYZ39.4457.6955.51-
YUV179.34131.7667.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.92%
GREEN value IS 221 (86.72% from 255) = 44.02%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=18.92%
G=44.02%
B=37.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal952211860.5700.160.13163.3364.9561.96
Hex5FDDBA39010Da3413e
Octal137335272710201524310176
Binary101111111011101101110101110010100001101101000111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FDDBA; }

 p { color: rgb(95,221,186); }

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

<style>
 a { background-color: #5FDDBA; }

 a { background-color: rgb(95,221,186); }

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

<style>
 span { border-color: #5FDDBA; }

 span { border-color: rgb(95,221,186); }

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