#8DEFCD

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

Shades of Aquamarine #8DEFCD

Tints of Aquamarine #8DEFCD

Color information

#8DEFCD (or 0x8DEFCD) is unknown color: approx Aquamarine. HEX triplet: 8D, EF and CD. RGB value is (141,239,205). Sum of RGB (Red+Green+Blue) = 141+239+205=585 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.10% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEFCD is #721032. Grayscale: #CDCDCD. Windows color (decimal): -7475251 or 13496205. OLE color: 13496205.

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

Color convert

RGB141239205-
CMYK0.4100.140.06
HSL159.18º75.38%74.51%-
HSV(B)159.18º41%93.73%-
XYZ52.8771.868.83-
YUV205.82127.5381.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.10%
GREEN value IS 239 (93.75% from 255) = 40.85%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=24.10%
G=40.85%
B=35.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1412392050.4100.140.06159.1875.3874.51
Hex8DEFCD290E69f4b4b
Octal215357315510166237113113
Binary100011011110111111001101101001011101101001111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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