#8DF8E8

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

Shades of Aquamarine #8DF8E8

Tints of Aquamarine #8DF8E8

Color information

#8DF8E8 (or 0x8DF8E8) is unknown color: approx Aquamarine. HEX triplet: 8D, F8 and E8. RGB value is (141,248,232). Sum of RGB (Red+Green+Blue) = 141+248+232=621 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.71% from 621); Green value is 248 (97.27% from 255 or 39.94% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF8E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF8E8 is #720717. Grayscale: #D6D6D6. Windows color (decimal): -7472920 or 15267981. OLE color: 15267981.

HSL color Cylindrical-coordinate representation of color #8DF8E8: hue angle of 171.03º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF8E8 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB141248232-
CMYK0.4300.060.03
HSL171.03º88.43%76.27%-
HSV(B)171.03º43.15%97.25%-
XYZ59.1278.6288.4-
YUV214.18138.0575.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.71%
GREEN value IS 248 (97.27% from 255) = 39.94%
BLUE value IS 232 (91.02% from 255) = 37.36%
R=22.71%
G=39.94%
B=37.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1412482320.4300.060.03171.0388.4376.27
Hex8DF8E82B063ab584c
Octal21537035053063253130114
Binary1000110111111000111010001010110110111010101110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,248,232); }

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

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

 a { background-color: rgb(141,248,232); }

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

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

 span { border-color: rgb(141,248,232); }

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