#93FFD3

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

Shades of Aquamarine #93FFD3

Tints of Aquamarine #93FFD3

Color information

#93FFD3 (or 0x93FFD3) is unknown color: approx Aquamarine. HEX triplet: 93, FF and D3. RGB value is (147,255,211). Sum of RGB (Red+Green+Blue) = 147+255+211=613 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.98% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FFD3 is #6C002C. Grayscale: #D9D9D9. Windows color (decimal): -7077933 or 13893523. OLE color: 13893523.

HSL color Cylindrical-coordinate representation of color #93FFD3: hue angle of 155.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FFD3 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB147255211-
CMYK0.4200.170
HSL155.56º100%78.82%-
HSV(B)155.56º42.35%100%-
XYZ59.5582.4374.4-
YUV217.69124.2277.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.98%
GREEN value IS 255 (100% from 255) = 41.60%
BLUE value IS 211 (82.81% from 255) = 34.42%
R=23.98%
G=41.60%
B=34.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1472552110.4200.170155.5610078.82
Hex93FFD32A01109c644f
Octal223377323520210234144117
Binary10010011111111111101001110101001000101001110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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