#8AFEB9

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

Shades of Aquamarine #8AFEB9

Tints of Aquamarine #8AFEB9

Color information

#8AFEB9 (or 0x8AFEB9) is unknown color: approx Aquamarine. HEX triplet: 8A, FE and B9. RGB value is (138,254,185). Sum of RGB (Red+Green+Blue) = 138+254+185=577 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.92% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFEB9 is #750146. Grayscale: #D3D3D3. Windows color (decimal): -7668039 or 12189322. OLE color: 12189322.

HSL color Cylindrical-coordinate representation of color #8AFEB9: hue angle of 144.31º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFEB9 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB138254185-
CMYK0.4600.270.00
HSL144.31º98.31%76.86%-
HSV(B)144.31º45.67%99.61%-
XYZ54.6879.7958.42-
YUV211.45113.0775.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.92%
GREEN value IS 254 (99.61% from 255) = 44.02%
BLUE value IS 185 (72.66% from 255) = 32.06%
R=23.92%
G=44.02%
B=32.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1382541850.4600.270.00144.3198.3176.86
Hex8AFEB92E01B090624d
Octal212376271560330220142115
Binary10001010111111101011100110111001101101001000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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