#8DFAC9

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

Shades of Aquamarine #8DFAC9

Tints of Aquamarine #8DFAC9

Color information

#8DFAC9 (or 0x8DFAC9) is unknown color: approx Aquamarine. HEX triplet: 8D, FA and C9. RGB value is (141,250,201). Sum of RGB (Red+Green+Blue) = 141+250+201=592 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.82% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFAC9 is #720536. Grayscale: #D3D3D3. Windows color (decimal): -7472439 or 13236877. OLE color: 13236877.

HSL color Cylindrical-coordinate representation of color #8DFAC9: hue angle of 153.03º 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 #8DFAC9 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB141250201-
CMYK0.4400.200.02
HSL153.03º91.6%76.67%-
HSV(B)153.03º43.6%98.04%-
XYZ55.7178.2567.43-
YUV211.82121.8977.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.82%
GREEN value IS 250 (98.05% from 255) = 42.23%
BLUE value IS 201 (78.91% from 255) = 33.95%
R=23.82%
G=42.23%
B=33.95%

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
Decimal1412502010.4400.200.02153.0391.676.67
Hex8DFAC92C0142995c4d
Octal215372311540242231134115
Binary100011011111101011001001101100010100101001100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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