#8AFBB9

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

Shades of Aquamarine #8AFBB9

Tints of Aquamarine #8AFBB9

Color information

#8AFBB9 (or 0x8AFBB9) is unknown color: approx Aquamarine. HEX triplet: 8A, FB and B9. RGB value is (138,251,185). Sum of RGB (Red+Green+Blue) = 138+251+185=574 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24.04% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBB9 is #750446. Grayscale: #D1D1D1. Windows color (decimal): -7668807 or 12188554. OLE color: 12188554.

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

Color convert

RGB138251185-
CMYK0.4500.260.02
HSL144.96º93.39%76.27%-
HSV(B)144.96º45.02%98.43%-
XYZ53.7477.958.1-
YUV209.69114.0676.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.04%
GREEN value IS 251 (98.44% from 255) = 43.73%
BLUE value IS 185 (72.66% from 255) = 32.23%
R=24.04%
G=43.73%
B=32.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382511850.4500.260.02144.9693.3976.27
Hex8AFBB92D01A2915d4c
Octal212373271550322221135114
Binary100010101111101110111001101101011010101001000110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,251,185); }

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

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

 a { background-color: rgb(138,251,185); }

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

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

 span { border-color: rgb(138,251,185); }

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