#5EF0C2

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

Shades of Downy #5EF0C2

Tints of Downy #5EF0C2

Color information

#5EF0C2 (or 0x5EF0C2) is unknown color: approx Downy. HEX triplet: 5E, F0 and C2. RGB value is (94,240,194). Sum of RGB (Red+Green+Blue) = 94+240+194=528 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.80% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #5EF0C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF0C2 is #A10F3D. Grayscale: #BFBFBF. Windows color (decimal): -10555198 or 12775518. OLE color: 12775518.

HSL color Cylindrical-coordinate representation of color #5EF0C2: hue angle of 161.1º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF0C2 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB94240194-
CMYK0.6100.190.06
HSL161.1º82.95%65.49%-
HSV(B)161.1º60.83%94.12%-
XYZ45.5168.5961.88-
YUV191.1129.6358.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.80%
GREEN value IS 240 (94.14% from 255) = 45.45%
BLUE value IS 194 (76.17% from 255) = 36.74%
R=17.80%
G=45.45%
B=36.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal942401940.6100.190.06161.182.9565.49
Hex5EF0C23D0136a15341
Octal136360302750236241123101
Binary101111011110000110000101111010100111101010000110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EF0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,240,194); }

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

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

 a { background-color: rgb(94,240,194); }

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

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

 span { border-color: rgb(94,240,194); }

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