#5FDEC2

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

Shades of Downy #5FDEC2

Tints of Downy #5FDEC2

Color information

#5FDEC2 (or 0x5FDEC2) is unknown color: approx Downy. HEX triplet: 5F, DE and C2. RGB value is (95,222,194). Sum of RGB (Red+Green+Blue) = 95+222+194=511 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.59% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDEC2 is #A0213D. Grayscale: #B4B4B4. Windows color (decimal): -10494270 or 12770911. OLE color: 12770911.

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

Color convert

RGB95222194-
CMYK0.5700.130.13
HSL166.77º65.8%62.16%-
HSV(B)166.77º57.21%87.06%-
XYZ40.5858.5760.21-
YUV180.83135.4266.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.59%
GREEN value IS 222 (87.11% from 255) = 43.44%
BLUE value IS 194 (76.17% from 255) = 37.96%
R=18.59%
G=43.44%
B=37.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal952221940.5700.130.13166.7765.862.16
Hex5FDEC2390DDa7423e
Octal137336302710151524710276
Binary10111111101111011000010111001011011101101001111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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