#8EFAEA

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

Shades of Aquamarine #8EFAEA

Tints of Aquamarine #8EFAEA

Color information

#8EFAEA (or 0x8EFAEA) is unknown color: approx Aquamarine. HEX triplet: 8E, FA and EA. RGB value is (142,250,234). Sum of RGB (Red+Green+Blue) = 142+250+234=626 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.68% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFAEA is #710515. Grayscale: #D7D7D7. Windows color (decimal): -7406870 or 15399566. OLE color: 15399566.

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

Color convert

RGB142250234-
CMYK0.4300.060.02
HSL171.11º91.53%76.86%-
HSV(B)171.11º43.2%98.04%-
XYZ60.1980.0690.12-
YUV215.88138.2275.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.68%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=22.68%
G=39.94%
B=37.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422502340.4300.060.02171.1191.5376.86
Hex8EFAEA2B062ab5c4d
Octal21637235253062253134115
Binary1000111011111010111010101010110110101010101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,250,234); }

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

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

 a { background-color: rgb(142,250,234); }

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

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

 span { border-color: rgb(142,250,234); }

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