#93FAE7

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

Shades of Aquamarine #93FAE7

Tints of Aquamarine #93FAE7

Color information

#93FAE7 (or 0x93FAE7) is unknown color: approx Aquamarine. HEX triplet: 93, FA and E7. RGB value is (147,250,231). Sum of RGB (Red+Green+Blue) = 147+250+231=628 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.41% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #93FAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FAE7 is #6C0518. Grayscale: #D9D9D9. Windows color (decimal): -7079193 or 15202963. OLE color: 15202963.

HSL color Cylindrical-coordinate representation of color #93FAE7: hue angle of 168.93º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93FAE7 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB147250231-
CMYK0.4100.080.02
HSL168.93º91.15%77.84%-
HSV(B)168.93º41.2%98.04%-
XYZ60.6480.3487.91-
YUV217.04135.8878.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.41%
GREEN value IS 250 (98.05% from 255) = 39.81%
BLUE value IS 231 (90.62% from 255) = 36.78%
R=23.41%
G=39.81%
B=36.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472502310.4100.080.02168.9391.1577.84
Hex93FAE729082a95b4e
Octal223372347510102251133116
Binary10010011111110101110011110100101000101010100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,250,231); }

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

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

 a { background-color: rgb(147,250,231); }

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

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

 span { border-color: rgb(147,250,231); }

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