#8AF9BA

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

Shades of Aquamarine #8AF9BA

Tints of Aquamarine #8AF9BA

Color information

#8AF9BA (or 0x8AF9BA) is unknown color: approx Aquamarine. HEX triplet: 8A, F9 and BA. RGB value is (138,249,186). Sum of RGB (Red+Green+Blue) = 138+249+186=573 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.08% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF9BA is #750645. Grayscale: #D0D0D0. Windows color (decimal): -7669318 or 12253578. OLE color: 12253578.

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

Color convert

RGB138249186-
CMYK0.4500.250.02
HSL145.95º90.24%75.88%-
HSV(B)145.95º44.58%97.65%-
XYZ53.2276.758.45-
YUV208.63115.2377.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.08%
GREEN value IS 249 (97.66% from 255) = 43.46%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=24.08%
G=43.46%
B=32.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382491860.4500.250.02145.9590.2475.88
Hex8AF9BA2D0192925a4c
Octal212371272550312222132114
Binary100010101111100110111010101101011001101001001010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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