#8EFEB9

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

Shades of Aquamarine #8EFEB9

Tints of Aquamarine #8EFEB9

Color information

#8EFEB9 (or 0x8EFEB9) is unknown color: approx Aquamarine. HEX triplet: 8E, FE and B9. RGB value is (142,254,185). Sum of RGB (Red+Green+Blue) = 142+254+185=581 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.44% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #8EFEB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFEB9 is #710146. Grayscale: #D4D4D4. Windows color (decimal): -7405895 or 12189326. OLE color: 12189326.

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

Color convert

RGB142254185-
CMYK0.4400.270.00
HSL143.04º98.25%77.65%-
HSV(B)143.04º44.09%99.61%-
XYZ55.3580.1458.45-
YUV212.65112.3977.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.44%
GREEN value IS 254 (99.61% from 255) = 43.72%
BLUE value IS 185 (72.66% from 255) = 31.84%
R=24.44%
G=43.72%
B=31.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1422541850.4400.270.00143.0498.2577.65
Hex8EFEB92C01B08f624e
Octal216376271540330217142116
Binary10001110111111101011100110110001101101000111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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