#8AFEE0

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

Shades of Aquamarine #8AFEE0

Tints of Aquamarine #8AFEE0

Color information

#8AFEE0 (or 0x8AFEE0) is unknown color: approx Aquamarine. HEX triplet: 8A, FE and E0. RGB value is (138,254,224). Sum of RGB (Red+Green+Blue) = 138+254+224=616 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.40% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFEE0 is #75011F. Grayscale: #D7D7D7. Windows color (decimal): -7668000 or 14745226. OLE color: 14745226.

HSL color Cylindrical-coordinate representation of color #8AFEE0: hue angle of 164.48º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFEE0 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB138254224-
CMYK0.4600.120.00
HSL164.48º98.31%76.86%-
HSV(B)164.48º45.67%99.61%-
XYZ59.3881.6783.16-
YUV215.9132.5772.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.40%
GREEN value IS 254 (99.61% from 255) = 41.23%
BLUE value IS 224 (87.89% from 255) = 36.36%
R=22.40%
G=41.23%
B=36.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1382542240.4600.120.00164.4898.3176.86
Hex8AFEE02E0C0a4624d
Octal212376340560140244142115
Binary1000101011111110111000001011100110001010010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AFEE0; }

 p { color: rgb(138,254,224); }

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

<style>
 a { background-color: #8AFEE0; }

 a { background-color: rgb(138,254,224); }

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

<style>
 span { border-color: #8AFEE0; }

 span { border-color: rgb(138,254,224); }

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