#5EFDBB

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

Shades of Aquamarine #5EFDBB

Tints of Aquamarine #5EFDBB

Color information

#5EFDBB (or 0x5EFDBB) is unknown color: approx Aquamarine. HEX triplet: 5E, FD and BB. RGB value is (94,253,187). Sum of RGB (Red+Green+Blue) = 94+253+187=534 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.60% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFDBB is #A10244. Grayscale: #C6C6C6. Windows color (decimal): -10551877 or 12320094. OLE color: 12320094.

HSL color Cylindrical-coordinate representation of color #5EFDBB: hue angle of 155.09º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFDBB is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB94253187-
CMYK0.6300.260.01
HSL155.09º97.55%68.04%-
HSV(B)155.09º62.85%99.22%-
XYZ48.7176.2259.16-
YUV197.94121.8253.87-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.60%
GREEN value IS 253 (99.22% from 255) = 47.38%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=17.60%
G=47.38%
B=35.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal942531870.6300.260.01155.0997.5568.04
Hex5EFDBB3F01A19b6244
Octal136375273770321233142104
Binary1011110111111011011101111111101101011001101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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