#8DF6C6

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

Shades of Aquamarine #8DF6C6

Tints of Aquamarine #8DF6C6

Color information

#8DF6C6 (or 0x8DF6C6) is unknown color: approx Aquamarine. HEX triplet: 8D, F6 and C6. RGB value is (141,246,198). Sum of RGB (Red+Green+Blue) = 141+246+198=585 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.10% from 585); Green value is 246 (96.48% from 255 or 42.05% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 246 - color contains mainly: green. Hex color #8DF6C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF6C6 is #720939. Grayscale: #D1D1D1. Windows color (decimal): -7473466 or 13039245. OLE color: 13039245.

HSL color Cylindrical-coordinate representation of color #8DF6C6: hue angle of 152.57º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF6C6 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB141246198-
CMYK0.4300.200.04
HSL152.57º85.37%75.88%-
HSV(B)152.57º42.68%96.47%-
XYZ54.1375.6565.18-
YUV209.13121.7179.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.10%
GREEN value IS 246 (96.48% from 255) = 42.05%
BLUE value IS 198 (77.73% from 255) = 33.85%
R=24.10%
G=42.05%
B=33.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1412461980.4300.200.04152.5785.3775.88
Hex8DF6C62B014499554c
Octal215366306530244231125114
Binary1000110111110110110001101010110101001001001100110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,246,198); }

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

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

 a { background-color: rgb(141,246,198); }

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

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

 span { border-color: rgb(141,246,198); }

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