#8DEEDE

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

Shades of Aquamarine #8DEEDE

Tints of Aquamarine #8DEEDE

Color information

#8DEEDE (or 0x8DEEDE) is unknown color: approx Aquamarine. HEX triplet: 8D, EE and DE. RGB value is (141,238,222). Sum of RGB (Red+Green+Blue) = 141+238+222=601 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.46% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEEDE is #721121. Grayscale: #CFCFCF. Windows color (decimal): -7475490 or 14610061. OLE color: 14610061.

HSL color Cylindrical-coordinate representation of color #8DEEDE: hue angle of 170.1º 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 #8DEEDE is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB141238222-
CMYK0.4100.070.07
HSL170.1º74.05%74.31%-
HSV(B)170.1º40.76%93.33%-
XYZ54.7472.0980.14-
YUV207.17136.3680.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.46%
GREEN value IS 238 (93.36% from 255) = 39.60%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=23.46%
G=39.60%
B=36.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412382220.4100.070.07170.174.0574.31
Hex8DEEDE29077aa4a4a
Octal21535633651077252112112
Binary10001101111011101101111010100101111111010101010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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