#8EFBBA

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

Shades of Aquamarine #8EFBBA

Tints of Aquamarine #8EFBBA

Color information

#8EFBBA (or 0x8EFBBA) is unknown color: approx Aquamarine. HEX triplet: 8E, FB and BA. RGB value is (142,251,186). Sum of RGB (Red+Green+Blue) = 142+251+186=579 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.53% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFBBA is #710445. Grayscale: #D3D3D3. Windows color (decimal): -7406662 or 12254094. OLE color: 12254094.

HSL color Cylindrical-coordinate representation of color #8EFBBA: hue angle of 144.22º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EFBBA is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB142251186-
CMYK0.4300.260.02
HSL144.22º93.16%77.06%-
HSV(B)144.22º43.43%98.43%-
XYZ54.5278.2958.69-
YUV211113.8978.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.53%
GREEN value IS 251 (98.44% from 255) = 43.35%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=24.53%
G=43.35%
B=32.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422511860.4300.260.02144.2293.1677.06
Hex8EFBBA2B01A2905d4d
Octal216373272530322220135115
Binary100011101111101110111010101011011010101001000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,251,186); }

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

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

 a { background-color: rgb(142,251,186); }

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

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

 span { border-color: rgb(142,251,186); }

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