#93FCD3

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

Shades of Aquamarine #93FCD3

Tints of Aquamarine #93FCD3

Color information

#93FCD3 (or 0x93FCD3) is unknown color: approx Aquamarine. HEX triplet: 93, FC and D3. RGB value is (147,252,211). Sum of RGB (Red+Green+Blue) = 147+252+211=610 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.10% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FCD3 is #6C032C. Grayscale: #D7D7D7. Windows color (decimal): -7078701 or 13892755. OLE color: 13892755.

HSL color Cylindrical-coordinate representation of color #93FCD3: hue angle of 156.57º 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 #93FCD3 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB147252211-
CMYK0.4200.160.01
HSL156.57º94.59%78.24%-
HSV(B)156.57º41.67%98.82%-
XYZ58.680.5374.08-
YUV215.93125.2178.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.10%
GREEN value IS 252 (98.83% from 255) = 41.31%
BLUE value IS 211 (82.81% from 255) = 34.59%
R=24.10%
G=41.31%
B=34.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472522110.4200.160.01156.5794.5978.24
Hex93FCD32A01019d5f4e
Octal223374323520201235137116
Binary10010011111111001101001110101001000011001110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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