#8DFFDC

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

Shades of Aquamarine #8DFFDC

Tints of Aquamarine #8DFFDC

Color information

#8DFFDC (or 0x8DFFDC) is unknown color: approx Aquamarine. HEX triplet: 8D, FF and DC. RGB value is (141,255,220). Sum of RGB (Red+Green+Blue) = 141+255+220=616 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.89% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFFDC is #720023. Grayscale: #D8D8D8. Windows color (decimal): -7471140 or 14483341. OLE color: 14483341.

HSL color Cylindrical-coordinate representation of color #8DFFDC: hue angle of 161.58º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DFFDC is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB141255220-
CMYK0.4500.140
HSL161.58º100%77.65%-
HSV(B)161.58º44.71%100%-
XYZ59.6682.3580.46-
YUV216.92129.7373.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.89%
GREEN value IS 255 (100% from 255) = 41.40%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=22.89%
G=41.40%
B=35.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412552200.4500.140161.5810077.65
Hex8DFFDC2D0E0a2644e
Octal215377334550160242144116
Binary1000110111111111110111001011010111001010001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,255,220); }

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

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

 a { background-color: rgb(141,255,220); }

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

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

 span { border-color: rgb(141,255,220); }

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