#93FCD5

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

Shades of Aquamarine #93FCD5

Tints of Aquamarine #93FCD5

Color information

#93FCD5 (or 0x93FCD5) is unknown color: approx Aquamarine. HEX triplet: 93, FC and D5. RGB value is (147,252,213). Sum of RGB (Red+Green+Blue) = 147+252+213=612 (81% of max value = 765). Red value is 147 (57.81% from 255 or 24.02% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FCD5 is #6C032A. Grayscale: #D8D8D8. Windows color (decimal): -7078699 or 14023827. OLE color: 14023827.

HSL color Cylindrical-coordinate representation of color #93FCD5: hue angle of 157.71º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FCD5 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB147252213-
CMYK0.4200.150.01
HSL157.71º94.59%78.24%-
HSV(B)157.71º41.67%98.82%-
XYZ58.8580.6375.41-
YUV216.16126.2178.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.02%
GREEN value IS 252 (98.83% from 255) = 41.18%
BLUE value IS 213 (83.59% from 255) = 34.80%
R=24.02%
G=41.18%
B=34.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472522130.4200.150.01157.7194.5978.24
Hex93FCD52A0F19e5f4e
Octal223374325520171236137116
Binary1001001111111100110101011010100111111001111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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