#8AFEE2

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

Shades of Aquamarine #8AFEE2

Tints of Aquamarine #8AFEE2

Color information

#8AFEE2 (or 0x8AFEE2) is unknown color: approx Aquamarine. HEX triplet: 8A, FE and E2. RGB value is (138,254,226). Sum of RGB (Red+Green+Blue) = 138+254+226=618 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.33% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFEE2 is #75011D. Grayscale: #D8D8D8. Windows color (decimal): -7667998 or 14876298. OLE color: 14876298.

HSL color Cylindrical-coordinate representation of color #8AFEE2: hue angle of 165.52º 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 #8AFEE2 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB138254226-
CMYK0.4600.110.00
HSL165.52º98.31%76.86%-
HSV(B)165.52º45.67%99.61%-
XYZ59.6581.7884.59-
YUV216.12133.5772.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.33%
GREEN value IS 254 (99.61% from 255) = 41.10%
BLUE value IS 226 (88.67% from 255) = 36.57%
R=22.33%
G=41.10%
B=36.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1382542260.4600.110.00165.5298.3176.86
Hex8AFEE22E0B0a6624d
Octal212376342560130246142115
Binary1000101011111110111000101011100101101010011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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