#93FFEC

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

Shades of Aquamarine #93FFEC

Tints of Aquamarine #93FFEC

Color information

#93FFEC (or 0x93FFEC) is unknown color: approx Aquamarine. HEX triplet: 93, FF and EC. RGB value is (147,255,236). Sum of RGB (Red+Green+Blue) = 147+255+236=638 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.04% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FFEC is #6C0013. Grayscale: #DCDCDC. Windows color (decimal): -7077908 or 15531923. OLE color: 15531923.

HSL color Cylindrical-coordinate representation of color #93FFEC: hue angle of 169.44º 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 #93FFEC is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB147255236-
CMYK0.4200.070
HSL169.44º100%78.82%-
HSV(B)169.44º42.35%100%-
XYZ62.9383.7892.21-
YUV220.54136.7275.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.04%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=23.04%
G=39.97%
B=36.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1472552360.4200.070169.4410078.82
Hex93FFEC2A070a9644f
Octal22337735452070251144117
Binary100100111111111111101100101010011101010100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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