#8AF7CD

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

Shades of Aquamarine #8AF7CD

Tints of Aquamarine #8AF7CD

Color information

#8AF7CD (or 0x8AF7CD) is unknown color: approx Aquamarine. HEX triplet: 8A, F7 and CD. RGB value is (138,247,205). Sum of RGB (Red+Green+Blue) = 138+247+205=590 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.39% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF7CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF7CD is #750832. Grayscale: #D1D1D1. Windows color (decimal): -7669811 or 13498250. OLE color: 13498250.

HSL color Cylindrical-coordinate representation of color #8AF7CD: hue angle of 156.88º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF7CD is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB138247205-
CMYK0.4400.170.03
HSL156.88º87.2%75.49%-
HSV(B)156.88º44.13%96.86%-
XYZ54.7676.3369.61-
YUV209.62125.3976.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.39%
GREEN value IS 247 (96.88% from 255) = 41.86%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=23.39%
G=41.86%
B=34.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1382472050.4400.170.03156.8887.275.49
Hex8AF7CD2C01139d574b
Octal212367315540213235127113
Binary100010101111011111001101101100010001111001110110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,247,205); }

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

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

 a { background-color: rgb(138,247,205); }

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

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

 span { border-color: rgb(138,247,205); }

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