#5EFCB9

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

Shades of Aquamarine #5EFCB9

Tints of Aquamarine #5EFCB9

Color information

#5EFCB9 (or 0x5EFCB9) is unknown color: approx Aquamarine. HEX triplet: 5E, FC and B9. RGB value is (94,252,185). Sum of RGB (Red+Green+Blue) = 94+252+185=531 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.70% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFCB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFCB9 is #A10346. Grayscale: #C5C5C5. Windows color (decimal): -10552135 or 12188766. OLE color: 12188766.

HSL color Cylindrical-coordinate representation of color #5EFCB9: hue angle of 154.56º degrees, saturation: 0.96, 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 #5EFCB9 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB94252185-
CMYK0.6300.270.01
HSL154.56º96.34%67.84%-
HSV(B)154.56º62.7%98.82%-
XYZ48.1875.557.93-
YUV197.12121.1554.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.70%
GREEN value IS 252 (98.83% from 255) = 47.46%
BLUE value IS 185 (72.66% from 255) = 34.84%
R=17.70%
G=47.46%
B=34.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal942521850.6300.270.01154.5696.3467.84
Hex5EFCB93F01B19b6044
Octal136374271770331233140104
Binary1011110111111001011100111111101101111001101111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,252,185); }

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

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

 a { background-color: rgb(94,252,185); }

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

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

 span { border-color: rgb(94,252,185); }

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