#8AFCBA

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

Shades of Aquamarine #8AFCBA

Tints of Aquamarine #8AFCBA

Color information

#8AFCBA (or 0x8AFCBA) is unknown color: approx Aquamarine. HEX triplet: 8A, FC and BA. RGB value is (138,252,186). Sum of RGB (Red+Green+Blue) = 138+252+186=576 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.96% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFCBA is #750345. Grayscale: #D2D2D2. Windows color (decimal): -7668550 or 12254346. OLE color: 12254346.

HSL color Cylindrical-coordinate representation of color #8AFCBA: hue angle of 145.26º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFCBA is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB138252186-
CMYK0.4500.260.01
HSL145.26º95%76.47%-
HSV(B)145.26º45.24%98.82%-
XYZ54.1578.5758.77-
YUV210.39114.2376.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.96%
GREEN value IS 252 (98.83% from 255) = 43.75%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=23.96%
G=43.75%
B=32.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382521860.4500.260.01145.269576.47
Hex8AFCBA2D01A1915f4c
Octal212374272550321221137114
Binary10001010111111001011101010110101101011001000110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,252,186); }

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

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

 a { background-color: rgb(138,252,186); }

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

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

 span { border-color: rgb(138,252,186); }

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