#8EFFEB

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

Shades of Aquamarine #8EFFEB

Tints of Aquamarine #8EFFEB

Color information

#8EFFEB (or 0x8EFFEB) is unknown color: approx Aquamarine. HEX triplet: 8E, FF and EB. RGB value is (142,255,235). Sum of RGB (Red+Green+Blue) = 142+255+235=632 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.47% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFFEB is #710014. Grayscale: #DADADA. Windows color (decimal): -7405589 or 15466382. OLE color: 15466382.

HSL color Cylindrical-coordinate representation of color #8EFFEB: hue angle of 169.38º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFFEB is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB142255235-
CMYK0.4400.080
HSL169.38º100%77.84%-
HSV(B)169.38º44.31%100%-
XYZ61.9183.2791.41-
YUV218.93137.0673.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.47%
GREEN value IS 255 (100% from 255) = 40.35%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=22.47%
G=40.35%
B=37.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422552350.4400.080169.3810077.84
Hex8EFFEB2C080a9644e
Octal216377353540100251144116
Binary1000111011111111111010111011000100001010100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,255,235); }

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

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

 a { background-color: rgb(142,255,235); }

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

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

 span { border-color: rgb(142,255,235); }

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