#8DEDE2

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

Shades of Aquamarine #8DEDE2

Tints of Aquamarine #8DEDE2

Color information

#8DEDE2 (or 0x8DEDE2) is unknown color: approx Aquamarine. HEX triplet: 8D, ED and E2. RGB value is (141,237,226). Sum of RGB (Red+Green+Blue) = 141+237+226=604 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.34% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #8DEDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEDE2 is #72121D. Grayscale: #CECECE. Windows color (decimal): -7475742 or 14871949. OLE color: 14871949.

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

Color convert

RGB141237226-
CMYK0.4100.050.07
HSL173.12º72.73%74.12%-
HSV(B)173.12º40.51%92.94%-
XYZ5571.7282.9-
YUV207.04138.780.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.34%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 226 (88.67% from 255) = 37.42%
R=23.34%
G=39.24%
B=37.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412372260.4100.050.07173.1272.7374.12
Hex8DEDE229057ad494a
Octal21535534251057255111112
Binary10001101111011011110001010100101011111010110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,237,226); }

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

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

 a { background-color: rgb(141,237,226); }

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

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

 span { border-color: rgb(141,237,226); }

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