#8DFDDF

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

Shades of Aquamarine #8DFDDF

Tints of Aquamarine #8DFDDF

Color information

#8DFDDF (or 0x8DFDDF) is unknown color: approx Aquamarine. HEX triplet: 8D, FD and DF. RGB value is (141,253,223). Sum of RGB (Red+Green+Blue) = 141+253+223=617 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.85% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFDDF is #720220. Grayscale: #D8D8D8. Windows color (decimal): -7471649 or 14679437. OLE color: 14679437.

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

Color convert

RGB141253223-
CMYK0.4400.120.01
HSL163.93º96.55%77.25%-
HSV(B)163.93º44.27%99.22%-
XYZ59.4381.2482.36-
YUV216.09131.8974.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.85%
GREEN value IS 253 (99.22% from 255) = 41.00%
BLUE value IS 223 (87.5% from 255) = 36.14%
R=22.85%
G=41.00%
B=36.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412532230.4400.120.01163.9396.5577.25
Hex8DFDDF2C0C1a4614d
Octal215375337540141244141115
Binary1000110111111101110111111011000110011010010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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