#8DFECA

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

Shades of Aquamarine #8DFECA

Tints of Aquamarine #8DFECA

Color information

#8DFECA (or 0x8DFECA) is unknown color: approx Aquamarine. HEX triplet: 8D, FE and CA. RGB value is (141,254,202). Sum of RGB (Red+Green+Blue) = 141+254+202=597 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.62% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFECA is #720135. Grayscale: #D6D6D6. Windows color (decimal): -7471414 or 13303437. OLE color: 13303437.

HSL color Cylindrical-coordinate representation of color #8DFECA: hue angle of 152.39º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFECA is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB141254202-
CMYK0.4400.200.00
HSL152.39º98.26%77.45%-
HSV(B)152.39º44.49%99.61%-
XYZ57.0980.8168.47-
YUV214.28121.0675.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.62%
GREEN value IS 254 (99.61% from 255) = 42.55%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=23.62%
G=42.55%
B=33.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412542020.4400.200.00152.3998.2677.45
Hex8DFECA2C014098624d
Octal215376312540240230142115
Binary10001101111111101100101010110001010001001100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,254,202); }

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

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

 a { background-color: rgb(141,254,202); }

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

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

 span { border-color: rgb(141,254,202); }

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