#5FD9BA

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

Shades of Downy #5FD9BA

Tints of Downy #5FD9BA

Color information

#5FD9BA (or 0x5FD9BA) is unknown color: approx Downy. HEX triplet: 5F, D9 and BA. RGB value is (95,217,186). Sum of RGB (Red+Green+Blue) = 95+217+186=498 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.08% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD9BA is #A02645. Grayscale: #B0B0B0. Windows color (decimal): -10495558 or 12245343. OLE color: 12245343.

HSL color Cylindrical-coordinate representation of color #5FD9BA: hue angle of 164.75º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD9BA is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB95217186-
CMYK0.5600.140.15
HSL164.75º61.62%61.18%-
HSV(B)164.75º56.22%85.1%-
XYZ38.455.655.16-
YUV176.99133.0869.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.08%
GREEN value IS 217 (85.16% from 255) = 43.57%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=19.08%
G=43.57%
B=37.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal952171860.5600.140.15164.7561.6261.18
Hex5FD9BA380EFa53e3d
Octal13733127270016172457675
Binary1011111110110011011101011100001110111110100101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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