#8DFDDE

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

Shades of Aquamarine #8DFDDE

Tints of Aquamarine #8DFDDE

Color information

#8DFDDE (or 0x8DFDDE) is unknown color: approx Aquamarine. HEX triplet: 8D, FD and DE. RGB value is (141,253,222). Sum of RGB (Red+Green+Blue) = 141+253+222=616 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.89% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFDDE is #720221. Grayscale: #D7D7D7. Windows color (decimal): -7471650 or 14613901. OLE color: 14613901.

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

Color convert

RGB141253222-
CMYK0.4400.120.01
HSL163.39º96.55%77.25%-
HSV(B)163.39º44.27%99.22%-
XYZ59.2981.1981.65-
YUV215.98131.3974.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.89%
GREEN value IS 253 (99.22% from 255) = 41.07%
BLUE value IS 222 (87.11% from 255) = 36.04%
R=22.89%
G=41.07%
B=36.04%

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
Decimal1412532220.4400.120.01163.3996.5577.25
Hex8DFDDE2C0C1a3614d
Octal215375336540141243141115
Binary1000110111111101110111101011000110011010001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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