#93F7E5

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

Shades of Aquamarine #93F7E5

Tints of Aquamarine #93F7E5

Color information

#93F7E5 (or 0x93F7E5) is unknown color: approx Aquamarine. HEX triplet: 93, F7 and E5. RGB value is (147,247,229). Sum of RGB (Red+Green+Blue) = 147+247+229=623 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.60% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 247 - color contains mainly: green. Hex color #93F7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F7E5 is #6C081A. Grayscale: #D7D7D7. Windows color (decimal): -7079963 or 15071123. OLE color: 15071123.

HSL color Cylindrical-coordinate representation of color #93F7E5: hue angle of 169.2º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F7E5 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB147247229-
CMYK0.4000.070.03
HSL169.2º86.21%77.25%-
HSV(B)169.2º40.49%96.86%-
XYZ59.4478.3886.13-
YUV215.05135.8779.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.60%
GREEN value IS 247 (96.88% from 255) = 39.65%
BLUE value IS 229 (89.84% from 255) = 36.76%
R=23.60%
G=39.65%
B=36.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472472290.4000.070.03169.286.2177.25
Hex93F7E528073a9564d
Octal22336734550073251126115
Binary1001001111110111111001011010000111111010100110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,247,229); }

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

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

 a { background-color: rgb(147,247,229); }

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

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

 span { border-color: rgb(147,247,229); }

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