#8DFCCA

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

Shades of Aquamarine #8DFCCA

Tints of Aquamarine #8DFCCA

Color information

#8DFCCA (or 0x8DFCCA) is unknown color: approx Aquamarine. HEX triplet: 8D, FC and CA. RGB value is (141,252,202). Sum of RGB (Red+Green+Blue) = 141+252+202=595 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.70% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #8DFCCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFCCA is #720335. Grayscale: #D5D5D5. Windows color (decimal): -7471926 or 13302925. OLE color: 13302925.

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

Color convert

RGB141252202-
CMYK0.4400.200.01
HSL152.97º94.87%77.06%-
HSV(B)152.97º44.05%98.82%-
XYZ56.4679.5568.26-
YUV213.11121.7376.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.70%
GREEN value IS 252 (98.83% from 255) = 42.35%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=23.70%
G=42.35%
B=33.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412522020.4400.200.01152.9794.8777.06
Hex8DFCCA2C0141995f4d
Octal215374312540241231137115
Binary10001101111111001100101010110001010011001100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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