#93F6E1

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

Shades of Aquamarine #93F6E1

Tints of Aquamarine #93F6E1

Color information

#93F6E1 (or 0x93F6E1) is unknown color: approx Aquamarine. HEX triplet: 93, F6 and E1. RGB value is (147,246,225). Sum of RGB (Red+Green+Blue) = 147+246+225=618 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.79% from 618); Green value is 246 (96.48% from 255 or 39.81% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 246 - color contains mainly: green. Hex color #93F6E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F6E1 is #6C091E. Grayscale: #D5D5D5. Windows color (decimal): -7080223 or 14808723. OLE color: 14808723.

HSL color Cylindrical-coordinate representation of color #93F6E1: hue angle of 167.27º 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 #93F6E1 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB147246225-
CMYK0.4000.090.04
HSL167.27º84.62%77.06%-
HSV(B)167.27º40.24%96.47%-
XYZ58.5877.5583.12-
YUV214134.280.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.79%
GREEN value IS 246 (96.48% from 255) = 39.81%
BLUE value IS 225 (88.28% from 255) = 36.41%
R=23.79%
G=39.81%
B=36.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1472462250.4000.090.04167.2784.6277.06
Hex93F6E128094a7554d
Octal223366341500114247125115
Binary100100111111011011100001101000010011001010011110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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