#8EFBE9

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

Shades of Aquamarine #8EFBE9

Tints of Aquamarine #8EFBE9

Color information

#8EFBE9 (or 0x8EFBE9) is unknown color: approx Aquamarine. HEX triplet: 8E, FB and E9. RGB value is (142,251,233). Sum of RGB (Red+Green+Blue) = 142+251+233=626 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.68% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFBE9 is #710416. Grayscale: #D8D8D8. Windows color (decimal): -7406615 or 15334286. OLE color: 15334286.

HSL color Cylindrical-coordinate representation of color #8EFBE9: hue angle of 170.09º 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 #8EFBE9 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB142251233-
CMYK0.4300.070.02
HSL170.09º93.16%77.06%-
HSV(B)170.09º43.43%98.43%-
XYZ60.3680.6389.47-
YUV216.36137.3974.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.68%
GREEN value IS 251 (98.44% from 255) = 40.10%
BLUE value IS 233 (91.41% from 255) = 37.22%
R=22.68%
G=40.10%
B=37.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422512330.4300.070.02170.0993.1677.06
Hex8EFBE92B072aa5d4d
Octal21637335153072252135115
Binary1000111011111011111010011010110111101010101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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