#8AF9D9

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

Shades of Aquamarine #8AF9D9

Tints of Aquamarine #8AF9D9

Color information

#8AF9D9 (or 0x8AF9D9) is unknown color: approx Aquamarine. HEX triplet: 8A, F9 and D9. RGB value is (138,249,217). Sum of RGB (Red+Green+Blue) = 138+249+217=604 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.85% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF9D9 is #750626. Grayscale: #D4D4D4. Windows color (decimal): -7669287 or 14285194. OLE color: 14285194.

HSL color Cylindrical-coordinate representation of color #8AF9D9: hue angle of 162.7º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AF9D9 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB138249217-
CMYK0.4500.130.02
HSL162.7º90.24%75.88%-
HSV(B)162.7º44.58%97.65%-
XYZ56.8878.1677.73-
YUV212.16130.7375.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.85%
GREEN value IS 249 (97.66% from 255) = 41.23%
BLUE value IS 217 (85.16% from 255) = 35.93%
R=22.85%
G=41.23%
B=35.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382492170.4500.130.02162.790.2475.88
Hex8AF9D92D0D2a35a4c
Octal212371331550152243132114
Binary10001010111110011101100110110101101101010001110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,249,217); }

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

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

 a { background-color: rgb(138,249,217); }

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

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

 span { border-color: rgb(138,249,217); }

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