#5FDEBA

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

Shades of Downy #5FDEBA

Tints of Downy #5FDEBA

Color information

#5FDEBA (or 0x5FDEBA) is unknown color: approx Downy. HEX triplet: 5F, DE and BA. RGB value is (95,222,186). Sum of RGB (Red+Green+Blue) = 95+222+186=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDEBA is #A02145. Grayscale: #B3B3B3. Windows color (decimal): -10494278 or 12246623. OLE color: 12246623.

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

Color convert

RGB95222186-
CMYK0.5700.160.13
HSL162.99º65.8%62.16%-
HSV(B)162.99º57.21%87.06%-
XYZ39.758.2255.6-
YUV179.92131.4267.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.89%
GREEN value IS 222 (87.11% from 255) = 44.14%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=18.89%
G=44.14%
B=36.98%

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
Decimal952221860.5700.160.13162.9965.862.16
Hex5FDEBA39010Da3423e
Octal137336272710201524310276
Binary101111111011110101110101110010100001101101000111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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