#8AFAC7

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

Shades of Aquamarine #8AFAC7

Tints of Aquamarine #8AFAC7

Color information

#8AFAC7 (or 0x8AFAC7) is unknown color: approx Aquamarine. HEX triplet: 8A, FA and C7. RGB value is (138,250,199). Sum of RGB (Red+Green+Blue) = 138+250+199=587 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.51% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFAC7 is #750538. Grayscale: #D2D2D2. Windows color (decimal): -7669049 or 13105802. OLE color: 13105802.

HSL color Cylindrical-coordinate representation of color #8AFAC7: hue angle of 152.68º degrees, saturation: 0.92, 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 #8AFAC7 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB138250199-
CMYK0.4500.200.02
HSL152.68º91.8%76.08%-
HSV(B)152.68º44.8%98.04%-
XYZ54.9877.966.17-
YUV210.7121.3976.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.51%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 199 (78.12% from 255) = 33.90%
R=23.51%
G=42.59%
B=33.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382501990.4500.200.02152.6891.876.08
Hex8AFAC72D0142995c4c
Octal212372307550242231134114
Binary100010101111101011000111101101010100101001100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,250,199); }

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

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

 a { background-color: rgb(138,250,199); }

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

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

 span { border-color: rgb(138,250,199); }

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