#8EFBCE

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

Shades of Aquamarine #8EFBCE

Tints of Aquamarine #8EFBCE

Color information

#8EFBCE (or 0x8EFBCE) is unknown color: approx Aquamarine. HEX triplet: 8E, FB and CE. RGB value is (142,251,206). Sum of RGB (Red+Green+Blue) = 142+251+206=599 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.71% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFBCE is #710431. Grayscale: #D5D5D5. Windows color (decimal): -7406642 or 13564814. OLE color: 13564814.

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

Color convert

RGB142251206-
CMYK0.4300.180.02
HSL155.23º93.16%77.06%-
HSV(B)155.23º43.43%98.43%-
XYZ56.7979.270.69-
YUV213.28123.8977.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.71%
GREEN value IS 251 (98.44% from 255) = 41.90%
BLUE value IS 206 (80.86% from 255) = 34.39%
R=23.71%
G=41.90%
B=34.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422512060.4300.180.02155.2393.1677.06
Hex8EFBCE2B01229b5d4d
Octal216373316530222233135115
Binary100011101111101111001110101011010010101001101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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