#5FECBA

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

Shades of Downy #5FECBA

Tints of Downy #5FECBA

Color information

#5FECBA (or 0x5FECBA) is unknown color: approx Downy. HEX triplet: 5F, EC and BA. RGB value is (95,236,186). Sum of RGB (Red+Green+Blue) = 95+236+186=517 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.38% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #5FECBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FECBA is #A01345. Grayscale: #BCBCBC. Windows color (decimal): -10490694 or 12250207. OLE color: 12250207.

HSL color Cylindrical-coordinate representation of color #5FECBA: hue angle of 158.72º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FECBA is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB95236186-
CMYK0.6000.210.07
HSL158.72º78.77%64.9%-
HSV(B)158.72º59.75%92.55%-
XYZ43.5865.9756.89-
YUV188.14126.7961.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.38%
GREEN value IS 236 (92.58% from 255) = 45.65%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=18.38%
G=45.65%
B=35.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal952361860.6000.210.07158.7278.7764.9
Hex5FECBA3C01579f4f41
Octal137354272740257237117101
Binary101111111101100101110101111000101011111001111110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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