#93FFEA

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

Shades of Aquamarine #93FFEA

Tints of Aquamarine #93FFEA

Color information

#93FFEA (or 0x93FFEA) is unknown color: approx Aquamarine. HEX triplet: 93, FF and EA. RGB value is (147,255,234). Sum of RGB (Red+Green+Blue) = 147+255+234=636 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.11% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FFEA is #6C0015. Grayscale: #DCDCDC. Windows color (decimal): -7077910 or 15400851. OLE color: 15400851.

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

Color convert

RGB147255234-
CMYK0.4200.080
HSL168.33º100%78.82%-
HSV(B)168.33º42.35%100%-
XYZ62.6483.6690.69-
YUV220.31135.7275.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.11%
GREEN value IS 255 (100% from 255) = 40.09%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=23.11%
G=40.09%
B=36.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1472552340.4200.080168.3310078.82
Hex93FFEA2A080a8644f
Octal223377352520100250144117
Binary1001001111111111111010101010100100001010100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,255,234); }

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

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

 a { background-color: rgb(147,255,234); }

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

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

 span { border-color: rgb(147,255,234); }

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