#8EFBE6

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

Shades of Aquamarine #8EFBE6

Tints of Aquamarine #8EFBE6

Color information

#8EFBE6 (or 0x8EFBE6) is unknown color: approx Aquamarine. HEX triplet: 8E, FB and E6. RGB value is (142,251,230). Sum of RGB (Red+Green+Blue) = 142+251+230=623 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.79% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFBE6 is #710419. Grayscale: #D7D7D7. Windows color (decimal): -7406618 or 15137678. OLE color: 15137678.

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

Color convert

RGB142251230-
CMYK0.4300.080.02
HSL168.44º93.16%77.06%-
HSV(B)168.44º43.43%98.43%-
XYZ59.9480.4687.23-
YUV216.02135.8975.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.79%
GREEN value IS 251 (98.44% from 255) = 40.29%
BLUE value IS 230 (90.23% from 255) = 36.92%
R=22.79%
G=40.29%
B=36.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422512300.4300.080.02168.4493.1677.06
Hex8EFBE62B082a85d4d
Octal216373346530102250135115
Binary10001110111110111110011010101101000101010100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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