#93FED8

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

Shades of Aquamarine #93FED8

Tints of Aquamarine #93FED8

Color information

#93FED8 (or 0x93FED8) is unknown color: approx Aquamarine. HEX triplet: 93, FE and D8. RGB value is (147,254,216). Sum of RGB (Red+Green+Blue) = 147+254+216=617 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.82% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #93FED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FED8 is #6C0127. Grayscale: #D9D9D9. Windows color (decimal): -7078184 or 14220947. OLE color: 14220947.

HSL color Cylindrical-coordinate representation of color #93FED8: hue angle of 158.69º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FED8 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB147254216-
CMYK0.4200.150.00
HSL158.69º98.17%78.63%-
HSV(B)158.69º42.13%99.61%-
XYZ59.8782.0477.65-
YUV217.68127.0577.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.82%
GREEN value IS 254 (99.61% from 255) = 41.17%
BLUE value IS 216 (84.77% from 255) = 35.01%
R=23.82%
G=41.17%
B=35.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1472542160.4200.150.00158.6998.1778.63
Hex93FED82A0F09f624f
Octal223376330520170237142117
Binary1001001111111110110110001010100111101001111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93FED8; }

 p { color: rgb(147,254,216); }

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

<style>
 a { background-color: #93FED8; }

 a { background-color: rgb(147,254,216); }

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

<style>
 span { border-color: #93FED8; }

 span { border-color: rgb(147,254,216); }

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