#8DF8D1

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

Shades of Aquamarine #8DF8D1

Tints of Aquamarine #8DF8D1

Color information

#8DF8D1 (or 0x8DF8D1) is unknown color: approx Aquamarine. HEX triplet: 8D, F8 and D1. RGB value is (141,248,209). Sum of RGB (Red+Green+Blue) = 141+248+209=598 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.58% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF8D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF8D1 is #72072E. Grayscale: #D3D3D3. Windows color (decimal): -7472943 or 13760653. OLE color: 13760653.

HSL color Cylindrical-coordinate representation of color #8DF8D1: hue angle of 158.13º 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 #8DF8D1 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB141248209-
CMYK0.4300.160.03
HSL158.13º88.43%76.27%-
HSV(B)158.13º43.15%97.25%-
XYZ56.0677.472.31-
YUV211.56126.5577.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.58%
GREEN value IS 248 (97.27% from 255) = 41.47%
BLUE value IS 209 (82.03% from 255) = 34.95%
R=23.58%
G=41.47%
B=34.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1412482090.4300.160.03158.1388.4376.27
Hex8DF8D12B01039e584c
Octal215370321530203236130114
Binary100011011111100011010001101011010000111001111010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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