#8DF6CA

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

Shades of Aquamarine #8DF6CA

Tints of Aquamarine #8DF6CA

Color information

#8DF6CA (or 0x8DF6CA) is unknown color: approx Aquamarine. HEX triplet: 8D, F6 and CA. RGB value is (141,246,202). Sum of RGB (Red+Green+Blue) = 141+246+202=589 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.94% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #8DF6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF6CA is #720935. Grayscale: #D1D1D1. Windows color (decimal): -7473462 or 13301389. OLE color: 13301389.

HSL color Cylindrical-coordinate representation of color #8DF6CA: hue angle of 154.86º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF6CA is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB141246202-
CMYK0.4300.180.04
HSL154.86º85.37%75.88%-
HSV(B)154.86º42.68%96.47%-
XYZ54.675.8467.64-
YUV209.59123.7179.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.94%
GREEN value IS 246 (96.48% from 255) = 41.77%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=23.94%
G=41.77%
B=34.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1412462020.4300.180.04154.8685.3775.88
Hex8DF6CA2B01249b554c
Octal215366312530224233125114
Binary1000110111110110110010101010110100101001001101110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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