#93F7E1

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

Shades of Aquamarine #93F7E1

Tints of Aquamarine #93F7E1

Color information

#93F7E1 (or 0x93F7E1) is unknown color: approx Aquamarine. HEX triplet: 93, F7 and E1. RGB value is (147,247,225). Sum of RGB (Red+Green+Blue) = 147+247+225=619 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.75% from 619); Green value is 247 (96.88% from 255 or 39.90% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 247 - color contains mainly: green. Hex color #93F7E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F7E1 is #6C081E. Grayscale: #D6D6D6. Windows color (decimal): -7079967 or 14808979. OLE color: 14808979.

HSL color Cylindrical-coordinate representation of color #93F7E1: hue angle of 166.8º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F7E1 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB147247225-
CMYK0.4000.090.03
HSL166.8º86.21%77.25%-
HSV(B)166.8º40.49%96.86%-
XYZ58.8878.1683.22-
YUV214.59133.8779.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.75%
GREEN value IS 247 (96.88% from 255) = 39.90%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=23.75%
G=39.90%
B=36.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472472250.4000.090.03166.886.2177.25
Hex93F7E128093a7564d
Octal223367341500113247126115
Binary10010011111101111110000110100001001111010011110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,247,225); }

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

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

 a { background-color: rgb(147,247,225); }

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

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

 span { border-color: rgb(147,247,225); }

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