#8DEEC2

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

Shades of Aquamarine #8DEEC2

Tints of Aquamarine #8DEEC2

Color information

#8DEEC2 (or 0x8DEEC2) is unknown color: approx Aquamarine. HEX triplet: 8D, EE and C2. RGB value is (141,238,194). Sum of RGB (Red+Green+Blue) = 141+238+194=573 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.61% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEEC2 is #72113D. Grayscale: #CCCCCC. Windows color (decimal): -7475518 or 12775053. OLE color: 12775053.

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

Color convert

RGB141238194-
CMYK0.4100.180.07
HSL152.78º74.05%74.31%-
HSV(B)152.78º40.76%93.33%-
XYZ51.370.7161.98-
YUV203.98122.3683.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.61%
GREEN value IS 238 (93.36% from 255) = 41.54%
BLUE value IS 194 (76.17% from 255) = 33.86%
R=24.61%
G=41.54%
B=33.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412381940.4100.180.07152.7874.0574.31
Hex8DEEC2290127994a4a
Octal215356302510227231112112
Binary1000110111101110110000101010010100101111001100110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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