#8AF7CA

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

Shades of Aquamarine #8AF7CA

Tints of Aquamarine #8AF7CA

Color information

#8AF7CA (or 0x8AF7CA) is unknown color: approx Aquamarine. HEX triplet: 8A, F7 and CA. RGB value is (138,247,202). Sum of RGB (Red+Green+Blue) = 138+247+202=587 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.51% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF7CA is #750835. Grayscale: #D1D1D1. Windows color (decimal): -7669814 or 13301642. OLE color: 13301642.

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

Color convert

RGB138247202-
CMYK0.4400.180.03
HSL155.23º87.2%75.49%-
HSV(B)155.23º44.13%96.86%-
XYZ54.476.1967.72-
YUV209.28123.8977.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.51%
GREEN value IS 247 (96.88% from 255) = 42.08%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=23.51%
G=42.08%
B=34.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1382472020.4400.180.03155.2387.275.49
Hex8AF7CA2C01239b574b
Octal212367312540223233127113
Binary100010101111011111001010101100010010111001101110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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