#93F6D6

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

Shades of Aquamarine #93F6D6

Tints of Aquamarine #93F6D6

Color information

#93F6D6 (or 0x93F6D6) is unknown color: approx Aquamarine. HEX triplet: 93, F6 and D6. RGB value is (147,246,214). Sum of RGB (Red+Green+Blue) = 147+246+214=607 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.22% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #93F6D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F6D6 is #6C0929. Grayscale: #D4D4D4. Windows color (decimal): -7080234 or 14087827. OLE color: 14087827.

HSL color Cylindrical-coordinate representation of color #93F6D6: hue angle of 160.61º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F6D6 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB147246214-
CMYK0.4000.130.04
HSL160.61º84.62%77.06%-
HSV(B)160.61º40.24%96.47%-
XYZ57.1376.9775.46-
YUV212.75128.781.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.22%
GREEN value IS 246 (96.48% from 255) = 40.53%
BLUE value IS 214 (83.98% from 255) = 35.26%
R=24.22%
G=40.53%
B=35.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1472462140.4000.130.04160.6184.6277.06
Hex93F6D6280D4a1554d
Octal223366326500154241125115
Binary100100111111011011010110101000011011001010000110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,246,214); }

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

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

 a { background-color: rgb(147,246,214); }

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

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

 span { border-color: rgb(147,246,214); }

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