#8DF0CA

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

Shades of Aquamarine #8DF0CA

Tints of Aquamarine #8DF0CA

Color information

#8DF0CA (or 0x8DF0CA) is unknown color: approx Aquamarine. HEX triplet: 8D, F0 and CA. RGB value is (141,240,202). Sum of RGB (Red+Green+Blue) = 141+240+202=583 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.19% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF0CA is #720F35. Grayscale: #CECECE. Windows color (decimal): -7474998 or 13299853. OLE color: 13299853.

HSL color Cylindrical-coordinate representation of color #8DF0CA: hue angle of 156.97º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DF0CA is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB141240202-
CMYK0.4100.160.06
HSL156.97º76.74%74.71%-
HSV(B)156.97º41.25%94.12%-
XYZ52.8172.2567.04-
YUV206.07125.781.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.19%
GREEN value IS 240 (94.14% from 255) = 41.17%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=24.19%
G=41.17%
B=34.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1412402020.4100.160.06156.9776.7474.71
Hex8DF0CA2901069d4d4b
Octal215360312510206235115113
Binary1000110111110000110010101010010100001101001110110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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