#5ef3bb

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

Shades of Downy #5EF3BB

Tints of Downy #5EF3BB

Color information

#5EF3BB (or 0x5EF3BB) is unknown color: approx Downy. HEX triplet: 5E, F3 and BB. RGB value is (94,243,187). Sum of RGB (Red+Green+Blue) = 94+243+187=524 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.94% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #5EF3BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF3BB is #A10C44. Grayscale: #C0C0C0. Windows color (decimal): -10554437 or 12317534. OLE color: 12317534.

HSL color Cylindrical-coordinate representation of color #5EF3BB: hue angle of 157.45º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF3BB is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB94243187-
CMYK0.6100.230.05
HSL157.45º86.13%66.08%-
HSV(B)157.45º61.32%95.29%-
XYZ45.6470.0758.13-
YUV192.06125.1458.05-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.94%
GREEN value IS 243 (95.31% from 255) = 46.37%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=17.94%
G=46.37%
B=35.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal942431870.6100.230.05157.4586.1366.08
Hex5EF3BB3D01759d5642
Octal136363273750275235126102
Binary101111011110011101110111111010101111011001110110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ef3bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,243,187); }

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

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

 a { background-color: rgb(94,243,187); }

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

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

 span { border-color: rgb(94,243,187); }

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