#93FAE9

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

Shades of Aquamarine #93FAE9

Tints of Aquamarine #93FAE9

Color information

#93FAE9 (or 0x93FAE9) is unknown color: approx Aquamarine. HEX triplet: 93, FA and E9. RGB value is (147,250,233). Sum of RGB (Red+Green+Blue) = 147+250+233=630 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.33% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #93FAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FAE9 is #6C0516. Grayscale: #D9D9D9. Windows color (decimal): -7079191 or 15334035. OLE color: 15334035.

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

Color convert

RGB147250233-
CMYK0.4100.070.02
HSL170.1º91.15%77.84%-
HSV(B)170.1º41.2%98.04%-
XYZ60.9380.4689.41-
YUV217.26136.8877.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.33%
GREEN value IS 250 (98.05% from 255) = 39.68%
BLUE value IS 233 (91.41% from 255) = 36.98%
R=23.33%
G=39.68%
B=36.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472502330.4100.070.02170.191.1577.84
Hex93FAE929072aa5b4e
Octal22337235151072252133116
Binary1001001111111010111010011010010111101010101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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