#8DFAC7

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

Shades of Aquamarine #8DFAC7

Tints of Aquamarine #8DFAC7

Color information

#8DFAC7 (or 0x8DFAC7) is unknown color: approx Aquamarine. HEX triplet: 8D, FA and C7. RGB value is (141,250,199). Sum of RGB (Red+Green+Blue) = 141+250+199=590 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.90% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFAC7 is #720538. Grayscale: #D3D3D3. Windows color (decimal): -7472441 or 13105805. OLE color: 13105805.

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

Color convert

RGB141250199-
CMYK0.4400.200.02
HSL151.93º91.6%76.67%-
HSV(B)151.93º43.6%98.04%-
XYZ55.4878.1666.19-
YUV211.6120.8977.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.90%
GREEN value IS 250 (98.05% from 255) = 42.37%
BLUE value IS 199 (78.12% from 255) = 33.73%
R=23.90%
G=42.37%
B=33.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412501990.4400.200.02151.9391.676.67
Hex8DFAC72C0142985c4d
Octal215372307540242230134115
Binary100011011111101011000111101100010100101001100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,250,199); }

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

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

 a { background-color: rgb(141,250,199); }

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

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

 span { border-color: rgb(141,250,199); }

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