#8DFDDA

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

Shades of Aquamarine #8DFDDA

Tints of Aquamarine #8DFDDA

Color information

#8DFDDA (or 0x8DFDDA) is unknown color: approx Aquamarine. HEX triplet: 8D, FD and DA. RGB value is (141,253,218). Sum of RGB (Red+Green+Blue) = 141+253+218=612 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.04% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFDDA is #720225. Grayscale: #D7D7D7. Windows color (decimal): -7471654 or 14351757. OLE color: 14351757.

HSL color Cylindrical-coordinate representation of color #8DFDDA: hue angle of 161.25º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFDDA is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB141253218-
CMYK0.4400.140.01
HSL161.25º96.55%77.25%-
HSV(B)161.25º44.27%99.22%-
XYZ58.7680.9878.86-
YUV215.52129.3974.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.04%
GREEN value IS 253 (99.22% from 255) = 41.34%
BLUE value IS 218 (85.55% from 255) = 35.62%
R=23.04%
G=41.34%
B=35.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412532180.4400.140.01161.2596.5577.25
Hex8DFDDA2C0E1a1614d
Octal215375332540161241141115
Binary1000110111111101110110101011000111011010000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,253,218); }

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

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

 a { background-color: rgb(141,253,218); }

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

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

 span { border-color: rgb(141,253,218); }

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