#5FDEBB

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

Shades of Downy #5FDEBB

Tints of Downy #5FDEBB

Color information

#5FDEBB (or 0x5FDEBB) is unknown color: approx Downy. HEX triplet: 5F, DE and BB. RGB value is (95,222,187). Sum of RGB (Red+Green+Blue) = 95+222+187=504 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.85% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDEBB is #A02144. Grayscale: #B4B4B4. Windows color (decimal): -10494277 or 12312159. OLE color: 12312159.

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

Color convert

RGB95222187-
CMYK0.5700.160.13
HSL163.46º65.8%62.16%-
HSV(B)163.46º57.21%87.06%-
XYZ39.8158.2656.16-
YUV180.04131.9267.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.85%
GREEN value IS 222 (87.11% from 255) = 44.05%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=18.85%
G=44.05%
B=37.10%

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
Decimal952221870.5700.160.13163.4665.862.16
Hex5FDEBB39010Da3423e
Octal137336273710201524310276
Binary101111111011110101110111110010100001101101000111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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