#5FE9C3

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

Shades of Downy #5FE9C3

Tints of Downy #5FE9C3

Color information

#5FE9C3 (or 0x5FE9C3) is unknown color: approx Downy. HEX triplet: 5F, E9 and C3. RGB value is (95,233,195). Sum of RGB (Red+Green+Blue) = 95+233+195=523 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.16% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #5FE9C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE9C3 is #A0163C. Grayscale: #BBBBBB. Windows color (decimal): -10491453 or 12839263. OLE color: 12839263.

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

Color convert

RGB95233195-
CMYK0.5900.160.09
HSL163.48º75.82%64.31%-
HSV(B)163.48º59.23%91.37%-
XYZ43.7164.6561.8-
YUV187.41132.2862.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.16%
GREEN value IS 233 (91.41% from 255) = 44.55%
BLUE value IS 195 (76.56% from 255) = 37.28%
R=18.16%
G=44.55%
B=37.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal952331950.5900.160.09163.4875.8264.31
Hex5FE9C33B0109a34c40
Octal1373513037302011243114100
Binary1011111111010011100001111101101000010011010001110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,233,195); }

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

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

 a { background-color: rgb(95,233,195); }

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

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

 span { border-color: rgb(95,233,195); }

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