#8AF7BB

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

Shades of Aquamarine #8AF7BB

Tints of Aquamarine #8AF7BB

Color information

#8AF7BB (or 0x8AF7BB) is unknown color: approx Aquamarine. HEX triplet: 8A, F7 and BB. RGB value is (138,247,187). Sum of RGB (Red+Green+Blue) = 138+247+187=572 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.13% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF7BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF7BB is #750844. Grayscale: #CFCFCF. Windows color (decimal): -7669829 or 12318602. OLE color: 12318602.

HSL color Cylindrical-coordinate representation of color #8AF7BB: hue angle of 146.97º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF7BB is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB138247187-
CMYK0.4400.240.03
HSL146.97º87.2%75.49%-
HSV(B)146.97º44.13%96.86%-
XYZ52.7175.5158.81-
YUV207.57116.3978.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.13%
GREEN value IS 247 (96.88% from 255) = 43.18%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=24.13%
G=43.18%
B=32.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1382471870.4400.240.03146.9787.275.49
Hex8AF7BB2C018393574b
Octal212367273540303223127113
Binary100010101111011110111011101100011000111001001110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,247,187); }

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

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

 a { background-color: rgb(138,247,187); }

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

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

 span { border-color: rgb(138,247,187); }

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