#8DFEE2

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

Shades of Aquamarine #8DFEE2

Tints of Aquamarine #8DFEE2

Color information

#8DFEE2 (or 0x8DFEE2) is unknown color: approx Aquamarine. HEX triplet: 8D, FE and E2. RGB value is (141,254,226). Sum of RGB (Red+Green+Blue) = 141+254+226=621 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.71% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFEE2 is #72011D. Grayscale: #D9D9D9. Windows color (decimal): -7471390 or 14876301. OLE color: 14876301.

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

Color convert

RGB141254226-
CMYK0.4400.110.00
HSL165.13º98.26%77.45%-
HSV(B)165.13º44.49%99.61%-
XYZ60.1582.0484.62-
YUV217.02133.0673.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.71%
GREEN value IS 254 (99.61% from 255) = 40.90%
BLUE value IS 226 (88.67% from 255) = 36.39%
R=22.71%
G=40.90%
B=36.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412542260.4400.110.00165.1398.2677.45
Hex8DFEE22C0B0a5624d
Octal215376342540130245142115
Binary1000110111111110111000101011000101101010010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,254,226); }

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

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

 a { background-color: rgb(141,254,226); }

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

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

 span { border-color: rgb(141,254,226); }

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