#93FFE0

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

Shades of Aquamarine #93FFE0

Tints of Aquamarine #93FFE0

Color information

#93FFE0 (or 0x93FFE0) is unknown color: approx Aquamarine. HEX triplet: 93, FF and E0. RGB value is (147,255,224). Sum of RGB (Red+Green+Blue) = 147+255+224=626 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.48% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FFE0 is #6C001F. Grayscale: #DBDBDB. Windows color (decimal): -7077920 or 14745491. OLE color: 14745491.

HSL color Cylindrical-coordinate representation of color #93FFE0: hue angle of 162.78º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FFE0 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB147255224-
CMYK0.4200.120
HSL162.78º100%78.82%-
HSV(B)162.78º42.35%100%-
XYZ61.2583.183.33-
YUV219.17130.7276.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.48%
GREEN value IS 255 (100% from 255) = 40.73%
BLUE value IS 224 (87.89% from 255) = 35.78%
R=23.48%
G=40.73%
B=35.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1472552240.4200.120162.7810078.82
Hex93FFE02A0C0a3644f
Octal223377340520140243144117
Binary1001001111111111111000001010100110001010001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,255,224); }

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

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

 a { background-color: rgb(147,255,224); }

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

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

 span { border-color: rgb(147,255,224); }

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