#8af6d4

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

Shades of Aquamarine #8AF6D4

Tints of Aquamarine #8AF6D4

Color information

#8AF6D4 (or 0x8AF6D4) is unknown color: approx Aquamarine. HEX triplet: 8A, F6 and D4. RGB value is (138,246,212). Sum of RGB (Red+Green+Blue) = 138+246+212=596 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.15% from 596); Green value is 246 (96.48% from 255 or 41.28% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF6D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF6D4 is #75092B. Grayscale: #D1D1D1. Windows color (decimal): -7670060 or 13956746. OLE color: 13956746.

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

Color convert

RGB138246212-
CMYK0.4400.140.04
HSL161.11º85.71%75.29%-
HSV(B)161.11º43.9%96.47%-
XYZ55.3276.0774.05-
YUV209.83129.2276.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.15%
GREEN value IS 246 (96.48% from 255) = 41.28%
BLUE value IS 212 (83.20% from 255) = 35.57%
R=23.15%
G=41.28%
B=35.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1382462120.4400.140.04161.1185.7175.29
Hex8AF6D42C0E4a1564b
Octal212366324540164241126113
Binary100010101111011011010100101100011101001010000110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8af6d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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