#93F8D5

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

Shades of Aquamarine #93F8D5

Tints of Aquamarine #93F8D5

Color information

#93F8D5 (or 0x93F8D5) is unknown color: approx Aquamarine. HEX triplet: 93, F8 and D5. RGB value is (147,248,213). Sum of RGB (Red+Green+Blue) = 147+248+213=608 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.18% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 248 - color contains mainly: green. Hex color #93F8D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F8D5 is #6C072A. Grayscale: #D5D5D5. Windows color (decimal): -7079723 or 14022803. OLE color: 14022803.

HSL color Cylindrical-coordinate representation of color #93F8D5: hue angle of 159.21º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F8D5 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB147248213-
CMYK0.4100.140.03
HSL159.21º87.83%77.45%-
HSV(B)159.21º40.73%97.25%-
XYZ57.6178.1475-
YUV213.81127.5480.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.18%
GREEN value IS 248 (97.27% from 255) = 40.79%
BLUE value IS 213 (83.59% from 255) = 35.03%
R=24.18%
G=40.79%
B=35.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472482130.4100.140.03159.2187.8377.45
Hex93F8D5290E39f584d
Octal223370325510163237130115
Binary10010011111110001101010110100101110111001111110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,248,213); }

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

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

 a { background-color: rgb(147,248,213); }

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

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

 span { border-color: rgb(147,248,213); }

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