#5EFFD5

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

Shades of Aquamarine #5EFFD5

Tints of Aquamarine #5EFFD5

Color information

#5EFFD5 (or 0x5EFFD5) is unknown color: approx Aquamarine. HEX triplet: 5E, FF and D5. RGB value is (94,255,213). Sum of RGB (Red+Green+Blue) = 94+255+213=562 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.73% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFFD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFFD5 is #A1002A. Grayscale: #CACACA. Windows color (decimal): -10551339 or 14024542. OLE color: 14024542.

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

Color convert

RGB94255213-
CMYK0.6300.160
HSL164.35º100%68.43%-
HSV(B)164.35º63.14%100%-
XYZ52.3978.775.38-
YUV202.07134.1650.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.73%
GREEN value IS 255 (100% from 255) = 45.37%
BLUE value IS 213 (83.59% from 255) = 37.90%
R=16.73%
G=45.37%
B=37.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal942552130.6300.160164.3510068.43
Hex5EFFD53F0100a46444
Octal136377325770200244144104
Binary1011110111111111101010111111101000001010010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,255,213); }

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

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

 a { background-color: rgb(94,255,213); }

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

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

 span { border-color: rgb(94,255,213); }

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