#8EF6BD

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

Shades of Aquamarine #8EF6BD

Tints of Aquamarine #8EF6BD

Color information

#8EF6BD (or 0x8EF6BD) is unknown color: approx Aquamarine. HEX triplet: 8E, F6 and BD. RGB value is (142,246,189). Sum of RGB (Red+Green+Blue) = 142+246+189=577 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.61% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #8EF6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF6BD is #710942. Grayscale: #D0D0D0. Windows color (decimal): -7407939 or 12449422. OLE color: 12449422.

HSL color Cylindrical-coordinate representation of color #8EF6BD: hue angle of 147.12º degrees, saturation: 0.85, 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 #8EF6BD is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB142246189-
CMYK0.4200.230.04
HSL147.12º85.25%76.08%-
HSV(B)147.12º42.28%96.47%-
XYZ53.375.3459.88-
YUV208.41117.0480.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.61%
GREEN value IS 246 (96.48% from 255) = 42.63%
BLUE value IS 189 (74.22% from 255) = 32.76%
R=24.61%
G=42.63%
B=32.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1422461890.4200.230.04147.1285.2576.08
Hex8EF6BD2A017493554c
Octal216366275520274223125114
Binary1000111011110110101111011010100101111001001001110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,246,189); }

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

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

 a { background-color: rgb(142,246,189); }

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

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

 span { border-color: rgb(142,246,189); }

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