#8AFEBA

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

Shades of Aquamarine #8AFEBA

Tints of Aquamarine #8AFEBA

Color information

#8AFEBA (or 0x8AFEBA) is unknown color: approx Aquamarine. HEX triplet: 8A, FE and BA. RGB value is (138,254,186). Sum of RGB (Red+Green+Blue) = 138+254+186=578 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.88% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFEBA is #750145. Grayscale: #D3D3D3. Windows color (decimal): -7668038 or 12254858. OLE color: 12254858.

HSL color Cylindrical-coordinate representation of color #8AFEBA: hue angle of 144.83º 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 #8AFEBA is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB138254186-
CMYK0.4600.270.00
HSL144.83º98.31%76.86%-
HSV(B)144.83º45.67%99.61%-
XYZ54.7979.8358.98-
YUV211.56113.5775.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.88%
GREEN value IS 254 (99.61% from 255) = 43.94%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=23.88%
G=43.94%
B=32.18%

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
Decimal1382541860.4600.270.00144.8398.3176.86
Hex8AFEBA2E01B091624d
Octal212376272560330221142115
Binary10001010111111101011101010111001101101001000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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