#8AEFBF

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

Shades of Aquamarine #8AEFBF

Tints of Aquamarine #8AEFBF

Color information

#8AEFBF (or 0x8AEFBF) is unknown color: approx Aquamarine. HEX triplet: 8A, EF and BF. RGB value is (138,239,191). Sum of RGB (Red+Green+Blue) = 138+239+191=568 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.30% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEFBF is #751040. Grayscale: #CBCBCB. Windows color (decimal): -7671873 or 12578698. OLE color: 12578698.

HSL color Cylindrical-coordinate representation of color #8AEFBF: hue angle of 151.49º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEFBF is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB138239191-
CMYK0.4200.200.06
HSL151.49º75.94%73.92%-
HSV(B)151.49º42.26%93.73%-
XYZ50.7570.960.3-
YUV203.33121.0481.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.30%
GREEN value IS 239 (93.75% from 255) = 42.08%
BLUE value IS 191 (75% from 255) = 33.63%
R=24.30%
G=42.08%
B=33.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382391910.4200.200.06151.4975.9473.92
Hex8AEFBF2A0146974c4a
Octal212357277520246227114112
Binary1000101011101111101111111010100101001101001011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,239,191); }

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

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

 a { background-color: rgb(138,239,191); }

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

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

 span { border-color: rgb(138,239,191); }

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