#8DEECD

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

Shades of Aquamarine #8DEECD

Tints of Aquamarine #8DEECD

Color information

#8DEECD (or 0x8DEECD) is unknown color: approx Aquamarine. HEX triplet: 8D, EE and CD. RGB value is (141,238,205). Sum of RGB (Red+Green+Blue) = 141+238+205=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEECD is #721132. Grayscale: #CDCDCD. Windows color (decimal): -7475507 or 13495949. OLE color: 13495949.

HSL color Cylindrical-coordinate representation of color #8DEECD: hue angle of 159.59º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEECD is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB141238205-
CMYK0.4100.140.07
HSL159.59º74.05%74.31%-
HSV(B)159.59º40.76%93.33%-
XYZ52.5871.2268.73-
YUV205.24127.8682.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.14%
GREEN value IS 238 (93.36% from 255) = 40.75%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=24.14%
G=40.75%
B=35.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412382050.4100.140.07159.5974.0574.31
Hex8DEECD290E7a04a4a
Octal215356315510167240112112
Binary100011011110111011001101101001011101111010000010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,238,205); }

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

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

 a { background-color: rgb(141,238,205); }

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

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

 span { border-color: rgb(141,238,205); }

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