#8AF2DC

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

Shades of Aquamarine #8AF2DC

Tints of Aquamarine #8AF2DC

Color information

#8AF2DC (or 0x8AF2DC) is unknown color: approx Aquamarine. HEX triplet: 8A, F2 and DC. RGB value is (138,242,220). Sum of RGB (Red+Green+Blue) = 138+242+220=600 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF2DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF2DC is #750D23. Grayscale: #D0D0D0. Windows color (decimal): -7671076 or 14480010. OLE color: 14480010.

HSL color Cylindrical-coordinate representation of color #8AF2DC: hue angle of 167.31º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF2DC is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB138242220-
CMYK0.4300.090.05
HSL167.31º80%74.51%-
HSV(B)167.31º42.98%94.9%-
XYZ55.1574.0779.1-
YUV208.4134.5477.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23%
GREEN value IS 242 (94.92% from 255) = 40.33%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=23%
G=40.33%
B=36.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382422200.4300.090.05167.318074.51
Hex8AF2DC2B095a7504b
Octal212362334530115247120113
Binary100010101111001011011100101011010011011010011110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,242,220); }

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

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

 a { background-color: rgb(138,242,220); }

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

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

 span { border-color: rgb(138,242,220); }

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