#8DFFEA

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

Shades of Aquamarine #8DFFEA

Tints of Aquamarine #8DFFEA

Color information

#8DFFEA (or 0x8DFFEA) is unknown color: approx Aquamarine. HEX triplet: 8D, FF and EA. RGB value is (141,255,234). Sum of RGB (Red+Green+Blue) = 141+255+234=630 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.38% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFFEA is #720015. Grayscale: #DADADA. Windows color (decimal): -7471126 or 15400845. OLE color: 15400845.

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

Color convert

RGB141255234-
CMYK0.4500.080
HSL168.95º100%77.65%-
HSV(B)168.95º44.71%100%-
XYZ61.683.1290.64-
YUV218.52136.7372.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.38%
GREEN value IS 255 (100% from 255) = 40.48%
BLUE value IS 234 (91.80% from 255) = 37.14%
R=22.38%
G=40.48%
B=37.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412552340.4500.080168.9510077.65
Hex8DFFEA2D080a9644e
Octal215377352550100251144116
Binary1000110111111111111010101011010100001010100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,255,234); }

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

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

 a { background-color: rgb(141,255,234); }

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

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

 span { border-color: rgb(141,255,234); }

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