#5FE5C1

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

Shades of Downy #5FE5C1

Tints of Downy #5FE5C1

Color information

#5FE5C1 (or 0x5FE5C1) is unknown color: approx Downy. HEX triplet: 5F, E5 and C1. RGB value is (95,229,193). Sum of RGB (Red+Green+Blue) = 95+229+193=517 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.38% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 229 - color contains mainly: green. Hex color #5FE5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE5C1 is #A01A3E. Grayscale: #B8B8B8. Windows color (decimal): -10492479 or 12707167. OLE color: 12707167.

HSL color Cylindrical-coordinate representation of color #5FE5C1: hue angle of 163.88º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE5C1 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB95229193-
CMYK0.5900.160.10
HSL163.88º72.04%63.53%-
HSV(B)163.88º58.52%89.8%-
XYZ42.3662.3260.25-
YUV184.83132.6163.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.38%
GREEN value IS 229 (89.84% from 255) = 44.29%
BLUE value IS 193 (75.78% from 255) = 37.33%
R=18.38%
G=44.29%
B=37.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal952291930.5900.160.10163.8872.0463.53
Hex5FE5C13B010Aa44840
Octal1373453017302012244110100
Binary1011111111001011100000111101101000010101010010010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,229,193); }

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

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

 a { background-color: rgb(95,229,193); }

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

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

 span { border-color: rgb(95,229,193); }

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