#8DFDCA

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

Shades of Aquamarine #8DFDCA

Tints of Aquamarine #8DFDCA

Color information

#8DFDCA (or 0x8DFDCA) is unknown color: approx Aquamarine. HEX triplet: 8D, FD and CA. RGB value is (141,253,202). Sum of RGB (Red+Green+Blue) = 141+253+202=596 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.66% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFDCA is #720235. Grayscale: #D5D5D5. Windows color (decimal): -7471670 or 13303181. OLE color: 13303181.

HSL color Cylindrical-coordinate representation of color #8DFDCA: hue angle of 152.68º degrees, saturation: 0.97, 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 #8DFDCA is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB141253202-
CMYK0.4400.200.01
HSL152.68º96.55%77.25%-
HSV(B)152.68º44.27%99.22%-
XYZ56.7780.1868.36-
YUV213.7121.3976.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.66%
GREEN value IS 253 (99.22% from 255) = 42.45%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=23.66%
G=42.45%
B=33.89%

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
Decimal1412532020.4400.200.01152.6896.5577.25
Hex8DFDCA2C014199614d
Octal215375312540241231141115
Binary10001101111111011100101010110001010011001100111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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