#5EEFBC

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

Shades of Downy #5EEFBC

Tints of Downy #5EEFBC

Color information

#5EEFBC (or 0x5EEFBC) is unknown color: approx Downy. HEX triplet: 5E, EF and BC. RGB value is (94,239,188). Sum of RGB (Red+Green+Blue) = 94+239+188=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEFBC is #A11043. Grayscale: #BDBDBD. Windows color (decimal): -10555460 or 12382046. OLE color: 12382046.

HSL color Cylindrical-coordinate representation of color #5EEFBC: hue angle of 158.9º degrees, saturation: 0.82, 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 #5EEFBC is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB94239188-
CMYK0.6100.210.06
HSL158.9º81.92%65.29%-
HSV(B)158.9º60.67%93.73%-
XYZ44.5667.7458.3-
YUV189.83126.9659.65-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.04%
GREEN value IS 239 (93.75% from 255) = 45.87%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=18.04%
G=45.87%
B=36.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal942391880.6100.210.06158.981.9265.29
Hex5EEFBC3D01569f5241
Octal136357274750256237122101
Binary101111011101111101111001111010101011101001111110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EEFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,239,188); }

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

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

 a { background-color: rgb(94,239,188); }

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

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

 span { border-color: rgb(94,239,188); }

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