#8EFDEB

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

Shades of Aquamarine #8EFDEB

Tints of Aquamarine #8EFDEB

Color information

#8EFDEB (or 0x8EFDEB) is unknown color: approx Aquamarine. HEX triplet: 8E, FD and EB. RGB value is (142,253,235). Sum of RGB (Red+Green+Blue) = 142+253+235=630 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.54% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFDEB is #710214. Grayscale: #D9D9D9. Windows color (decimal): -7406101 or 15465870. OLE color: 15465870.

HSL color Cylindrical-coordinate representation of color #8EFDEB: hue angle of 170.27º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFDEB is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB142253235-
CMYK0.4400.070.01
HSL170.27º96.52%77.45%-
HSV(B)170.27º43.87%99.22%-
XYZ61.288291.2-
YUV217.76137.7373.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.54%
GREEN value IS 253 (99.22% from 255) = 40.16%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=22.54%
G=40.16%
B=37.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422532350.4400.070.01170.2796.5277.45
Hex8EFDEB2C071aa614d
Octal21637535354071252141115
Binary100011101111110111101011101100011111010101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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