#8DFDCC

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

Shades of Aquamarine #8DFDCC

Tints of Aquamarine #8DFDCC

Color information

#8DFDCC (or 0x8DFDCC) is unknown color: approx Aquamarine. HEX triplet: 8D, FD and CC. RGB value is (141,253,204). Sum of RGB (Red+Green+Blue) = 141+253+204=598 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.58% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFDCC is #720233. Grayscale: #D6D6D6. Windows color (decimal): -7471668 or 13434253. OLE color: 13434253.

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

Color convert

RGB141253204-
CMYK0.4400.190.01
HSL153.75º96.55%77.25%-
HSV(B)153.75º44.27%99.22%-
XYZ57.0180.2769.62-
YUV213.93122.3975.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.58%
GREEN value IS 253 (99.22% from 255) = 42.31%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=23.58%
G=42.31%
B=34.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412532040.4400.190.01153.7596.5577.25
Hex8DFDCC2C01319a614d
Octal215375314540231232141115
Binary10001101111111011100110010110001001111001101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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