#5FE8C5

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

Shades of Downy #5FE8C5

Tints of Downy #5FE8C5

Color information

#5FE8C5 (or 0x5FE8C5) is unknown color: approx Downy. HEX triplet: 5F, E8 and C5. RGB value is (95,232,197). Sum of RGB (Red+Green+Blue) = 95+232+197=524 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.13% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #5FE8C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE8C5 is #A0173A. Grayscale: #BBBBBB. Windows color (decimal): -10491707 or 12970079. OLE color: 12970079.

HSL color Cylindrical-coordinate representation of color #5FE8C5: hue angle of 164.67º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE8C5 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB95232197-
CMYK0.5900.150.09
HSL164.67º74.86%64.12%-
HSV(B)164.67º59.05%90.98%-
XYZ43.6564.1862.91-
YUV187.05133.6162.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.13%
GREEN value IS 232 (91.02% from 255) = 44.27%
BLUE value IS 197 (77.34% from 255) = 37.60%
R=18.13%
G=44.27%
B=37.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal952321970.5900.150.09164.6774.8664.12
Hex5FE8C53B0F9a54b40
Octal1373503057301711245113100
Binary101111111101000110001011110110111110011010010110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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