#8DEEC3

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

Shades of Aquamarine #8DEEC3

Tints of Aquamarine #8DEEC3

Color information

#8DEEC3 (or 0x8DEEC3) is unknown color: approx Aquamarine. HEX triplet: 8D, EE and C3. RGB value is (141,238,195). Sum of RGB (Red+Green+Blue) = 141+238+195=574 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.56% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEEC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEEC3 is #72113C. Grayscale: #CCCCCC. Windows color (decimal): -7475517 or 12840589. OLE color: 12840589.

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

Color convert

RGB141238195-
CMYK0.4100.180.07
HSL153.4º74.05%74.31%-
HSV(B)153.4º40.76%93.33%-
XYZ51.4170.7562.58-
YUV204.09122.8683-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.56%
GREEN value IS 238 (93.36% from 255) = 41.46%
BLUE value IS 195 (76.56% from 255) = 33.97%
R=24.56%
G=41.46%
B=33.97%

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
Decimal1412381950.4100.180.07153.474.0574.31
Hex8DEEC3290127994a4a
Octal215356303510227231112112
Binary1000110111101110110000111010010100101111001100110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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