#8AF6D5

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

Shades of Aquamarine #8AF6D5

Tints of Aquamarine #8AF6D5

Color information

#8AF6D5 (or 0x8AF6D5) is unknown color: approx Aquamarine. HEX triplet: 8A, F6 and D5. RGB value is (138,246,213). Sum of RGB (Red+Green+Blue) = 138+246+213=597 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.12% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF6D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF6D5 is #75092A. Grayscale: #D1D1D1. Windows color (decimal): -7670059 or 14022282. OLE color: 14022282.

HSL color Cylindrical-coordinate representation of color #8AF6D5: hue angle of 161.67º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF6D5 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB138246213-
CMYK0.4400.130.04
HSL161.67º85.71%75.29%-
HSV(B)161.67º43.9%96.47%-
XYZ55.4576.1274.72-
YUV209.95129.7276.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.12%
GREEN value IS 246 (96.48% from 255) = 41.21%
BLUE value IS 213 (83.59% from 255) = 35.68%
R=23.12%
G=41.21%
B=35.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1382462130.4400.130.04161.6785.7175.29
Hex8AF6D52C0D4a2564b
Octal212366325540154242126113
Binary100010101111011011010101101100011011001010001010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,246,213); }

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

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

 a { background-color: rgb(138,246,213); }

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

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

 span { border-color: rgb(138,246,213); }

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