#5FDDBB

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

Shades of Downy #5FDDBB

Tints of Downy #5FDDBB

Color information

#5FDDBB (or 0x5FDDBB) is unknown color: approx Downy. HEX triplet: 5F, DD and BB. RGB value is (95,221,187). Sum of RGB (Red+Green+Blue) = 95+221+187=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDDBB is #A02244. Grayscale: #B3B3B3. Windows color (decimal): -10494533 or 12311903. OLE color: 12311903.

HSL color Cylindrical-coordinate representation of color #5FDDBB: hue angle of 163.81º 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 #5FDDBB is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB95221187-
CMYK0.5700.150.13
HSL163.81º64.95%61.96%-
HSV(B)163.81º57.01%86.67%-
XYZ39.5557.7356.07-
YUV179.45132.2667.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.89%
GREEN value IS 221 (86.72% from 255) = 43.94%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=18.89%
G=43.94%
B=37.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal952211870.5700.150.13163.8164.9561.96
Hex5FDDBB390FDa4413e
Octal137335273710171524410176
Binary10111111101110110111011111001011111101101001001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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