#93F3E3

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

Shades of Aquamarine #93F3E3

Tints of Aquamarine #93F3E3

Color information

#93F3E3 (or 0x93F3E3) is unknown color: approx Aquamarine. HEX triplet: 93, F3 and E3. RGB value is (147,243,227). Sum of RGB (Red+Green+Blue) = 147+243+227=617 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.82% from 617); Green value is 243 (95.31% from 255 or 39.38% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 243 - color contains mainly: green. Hex color #93F3E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F3E3 is #6C0C1C. Grayscale: #D4D4D4. Windows color (decimal): -7080989 or 14939027. OLE color: 14939027.

HSL color Cylindrical-coordinate representation of color #93F3E3: hue angle of 170º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F3E3 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB147243227-
CMYK0.4000.070.05
HSL170º80%76.47%-
HSV(B)170º39.51%95.29%-
XYZ57.9575.8584.26-
YUV212.47136.281.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.82%
GREEN value IS 243 (95.31% from 255) = 39.38%
BLUE value IS 227 (89.06% from 255) = 36.79%
R=23.82%
G=39.38%
B=36.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472432270.4000.070.051708076.47
Hex93F3E328075aa504c
Octal22336334350075252120114
Binary10010011111100111110001110100001111011010101010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F3E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,243,227); }

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

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

 a { background-color: rgb(147,243,227); }

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

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

 span { border-color: rgb(147,243,227); }

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