#8EF5BF

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

Shades of Aquamarine #8EF5BF

Tints of Aquamarine #8EF5BF

Color information

#8EF5BF (or 0x8EF5BF) is unknown color: approx Aquamarine. HEX triplet: 8E, F5 and BF. RGB value is (142,245,191). Sum of RGB (Red+Green+Blue) = 142+245+191=578 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.57% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 245 - color contains mainly: green. Hex color #8EF5BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF5BF is #710A40. Grayscale: #D0D0D0. Windows color (decimal): -7408193 or 12580238. OLE color: 12580238.

HSL color Cylindrical-coordinate representation of color #8EF5BF: hue angle of 148.54º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EF5BF is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB142245191-
CMYK0.4200.220.04
HSL148.54º83.74%75.88%-
HSV(B)148.54º42.04%96.08%-
XYZ53.2174.8260.93-
YUV208.05118.3880.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.57%
GREEN value IS 245 (96.09% from 255) = 42.39%
BLUE value IS 191 (75% from 255) = 33.04%
R=24.57%
G=42.39%
B=33.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1422451910.4200.220.04148.5483.7475.88
Hex8EF5BF2A016495544c
Octal216365277520264225124114
Binary1000111011110101101111111010100101101001001010110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,245,191); }

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

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

 a { background-color: rgb(142,245,191); }

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

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

 span { border-color: rgb(142,245,191); }

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