#5ef7d8

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

Shades of Aquamarine #5EF7D8

Tints of Aquamarine #5EF7D8

Color information

#5EF7D8 (or 0x5EF7D8) is unknown color: approx Aquamarine. HEX triplet: 5E, F7 and D8. RGB value is (94,247,216). Sum of RGB (Red+Green+Blue) = 94+247+216=557 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.88% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #5EF7D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF7D8 is #A10827. Grayscale: #C5C5C5. Windows color (decimal): -10553384 or 14219102. OLE color: 14219102.

HSL color Cylindrical-coordinate representation of color #5EF7D8: hue angle of 167.84º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EF7D8 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB94247216-
CMYK0.6200.130.03
HSL167.84º90.53%66.86%-
HSV(B)167.84º61.94%96.86%-
XYZ50.2773.8676.57-
YUV197.72138.3154.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.88%
GREEN value IS 247 (96.88% from 255) = 44.34%
BLUE value IS 216 (84.77% from 255) = 38.78%
R=16.88%
G=44.34%
B=38.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal942472160.6200.130.03167.8490.5366.86
Hex5EF7D83E0D3a85b43
Octal136367330760153250133103
Binary1011110111101111101100011111001101111010100010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ef7d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,247,216); }

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

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

 a { background-color: rgb(94,247,216); }

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

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

 span { border-color: rgb(94,247,216); }

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