#8DF6CF

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

Shades of Aquamarine #8DF6CF

Tints of Aquamarine #8DF6CF

Color information

#8DF6CF (or 0x8DF6CF) is unknown color: approx Aquamarine. HEX triplet: 8D, F6 and CF. RGB value is (141,246,207). Sum of RGB (Red+Green+Blue) = 141+246+207=594 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.74% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #8DF6CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF6CF is #720930. Grayscale: #D2D2D2. Windows color (decimal): -7473457 or 13629069. OLE color: 13629069.

HSL color Cylindrical-coordinate representation of color #8DF6CF: hue angle of 157.71º 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 #8DF6CF is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB141246207-
CMYK0.4300.160.04
HSL157.71º85.37%75.88%-
HSV(B)157.71º42.68%96.47%-
XYZ55.276.0870.81-
YUV210.16126.2178.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.74%
GREEN value IS 246 (96.48% from 255) = 41.41%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=23.74%
G=41.41%
B=34.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1412462070.4300.160.04157.7185.3775.88
Hex8DF6CF2B01049e554c
Octal215366317530204236125114
Binary1000110111110110110011111010110100001001001111010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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