#93F5E4

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

Shades of Aquamarine #93F5E4

Tints of Aquamarine #93F5E4

Color information

#93F5E4 (or 0x93F5E4) is unknown color: approx Aquamarine. HEX triplet: 93, F5 and E4. RGB value is (147,245,228). Sum of RGB (Red+Green+Blue) = 147+245+228=620 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.71% from 620); Green value is 245 (96.09% from 255 or 39.52% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 245 - color contains mainly: green. Hex color #93F5E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F5E4 is #6C0A1B. Grayscale: #D5D5D5. Windows color (decimal): -7080476 or 15005075. OLE color: 15005075.

HSL color Cylindrical-coordinate representation of color #93F5E4: hue angle of 169.59º degrees, saturation: 0.83, 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 #93F5E4 is Cyan = 0.4, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB147245228-
CMYK0.400.070.04
HSL169.59º83.05%76.86%-
HSV(B)169.59º40%96.08%-
XYZ58.6977.1185.19-
YUV213.76136.0380.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.71%
GREEN value IS 245 (96.09% from 255) = 39.52%
BLUE value IS 228 (89.45% from 255) = 36.77%
R=23.71%
G=39.52%
B=36.77%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1472452280.400.070.04169.5983.0576.86
Hex93F5E428074aa534d
Octal22336534450074252123115
Binary10010011111101011110010010100001111001010101010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,245,228); }

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

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

 a { background-color: rgb(147,245,228); }

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

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

 span { border-color: rgb(147,245,228); }

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