#5FEAC5

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

Shades of Downy #5FEAC5

Tints of Downy #5FEAC5

Color information

#5FEAC5 (or 0x5FEAC5) is unknown color: approx Downy. HEX triplet: 5F, EA and C5. RGB value is (95,234,197). Sum of RGB (Red+Green+Blue) = 95+234+197=526 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.06% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEAC5 is #A0153A. Grayscale: #BCBCBC. Windows color (decimal): -10491195 or 12970591. OLE color: 12970591.

HSL color Cylindrical-coordinate representation of color #5FEAC5: hue angle of 164.03º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FEAC5 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB95234197-
CMYK0.5900.160.08
HSL164.03º76.8%64.51%-
HSV(B)164.03º59.4%91.76%-
XYZ44.2265.3163.1-
YUV188.22132.9561.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.06%
GREEN value IS 234 (91.80% from 255) = 44.49%
BLUE value IS 197 (77.34% from 255) = 37.45%
R=18.06%
G=44.49%
B=37.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952341970.5900.160.08164.0376.864.51
Hex5FEAC53B0108a44d41
Octal1373523057302010244115101
Binary1011111111010101100010111101101000010001010010010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FEAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,234,197); }

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

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

 a { background-color: rgb(95,234,197); }

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

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

 span { border-color: rgb(95,234,197); }

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