#8EF9CE

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

Shades of Aquamarine #8EF9CE

Tints of Aquamarine #8EF9CE

Color information

#8EF9CE (or 0x8EF9CE) is unknown color: approx Aquamarine. HEX triplet: 8E, F9 and CE. RGB value is (142,249,206). Sum of RGB (Red+Green+Blue) = 142+249+206=597 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.79% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #8EF9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF9CE is #710631. Grayscale: #D4D4D4. Windows color (decimal): -7407154 or 13564302. OLE color: 13564302.

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

Color convert

RGB142249206-
CMYK0.4300.170.02
HSL155.89º89.92%76.67%-
HSV(B)155.89º42.97%97.65%-
XYZ56.1777.9670.48-
YUV212.1124.5578-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.79%
GREEN value IS 249 (97.66% from 255) = 41.71%
BLUE value IS 206 (80.86% from 255) = 34.51%
R=23.79%
G=41.71%
B=34.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422492060.4300.170.02155.8989.9276.67
Hex8EF9CE2B01129c5a4d
Octal216371316530212234132115
Binary100011101111100111001110101011010001101001110010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,249,206); }

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

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

 a { background-color: rgb(142,249,206); }

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

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

 span { border-color: rgb(142,249,206); }

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