#8EF1C7

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

Shades of Aquamarine #8EF1C7

Tints of Aquamarine #8EF1C7

Color information

#8EF1C7 (or 0x8EF1C7) is unknown color: approx Aquamarine. HEX triplet: 8E, F1 and C7. RGB value is (142,241,199). Sum of RGB (Red+Green+Blue) = 142+241+199=582 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.40% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #8EF1C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF1C7 is #710E38. Grayscale: #CECECE. Windows color (decimal): -7409209 or 13103502. OLE color: 13103502.

HSL color Cylindrical-coordinate representation of color #8EF1C7: hue angle of 154.55º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EF1C7 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB142241199-
CMYK0.4100.170.05
HSL154.55º77.95%75.1%-
HSV(B)154.55º41.08%94.51%-
XYZ52.9272.7865.29-
YUV206.61123.781.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.40%
GREEN value IS 241 (94.53% from 255) = 41.41%
BLUE value IS 199 (78.12% from 255) = 34.19%
R=24.40%
G=41.41%
B=34.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422411990.4100.170.05154.5577.9575.1
Hex8EF1C72901159b4e4b
Octal216361307510215233116113
Binary1000111011110001110001111010010100011011001101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,241,199); }

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

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

 a { background-color: rgb(142,241,199); }

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

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

 span { border-color: rgb(142,241,199); }

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