#5FE8C7

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

Shades of Downy #5FE8C7

Tints of Downy #5FE8C7

Color information

#5FE8C7 (or 0x5FE8C7) is unknown color: approx Downy. HEX triplet: 5F, E8 and C7. RGB value is (95,232,199). Sum of RGB (Red+Green+Blue) = 95+232+199=526 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.06% from 526); Green value is 232 (91.02% from 255 or 44.11% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 232 - color contains mainly: green. Hex color #5FE8C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE8C7 is #A01738. Grayscale: #BBBBBB. Windows color (decimal): -10491705 or 13101151. OLE color: 13101151.

HSL color Cylindrical-coordinate representation of color #5FE8C7: hue angle of 165.55º 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 #5FE8C7 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB95232199-
CMYK0.5900.140.09
HSL165.55º74.86%64.12%-
HSV(B)165.55º59.05%90.98%-
XYZ43.8864.2764.13-
YUV187.28134.6162.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.06%
GREEN value IS 232 (91.02% from 255) = 44.11%
BLUE value IS 199 (78.12% from 255) = 37.83%
R=18.06%
G=44.11%
B=37.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal952321990.5900.140.09165.5574.8664.12
Hex5FE8C73B0E9a64b40
Octal1373503077301611246113100
Binary101111111101000110001111110110111010011010011010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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