Shades of Aquamarine #8AFDC0
Tints of Aquamarine #8AFDC0
RGB
CMYK
RGB Variations
Color information
#8AFDC0 (or 0x8AFDC0) is known color: Aquamarine. HEX triplet: 8A, FD and C0. RGB value is (138,253,192). Sum of RGB (Red+Green+Blue) = 138+253+192=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFDC0 is #75023F. Grayscale: #D3D3D3. Windows color (decimal): -7668288 or 12647818. OLE color: 12647818.
HSL color Cylindrical-coordinate representation of color #8AFDC0: hue angle of 148.17º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFDC0 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 192 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.01 |
| HSL | 148.17º | 0.97% | 0.77% | - |
| HSV(B) | 148.17º | 0.45% | 0.99% | - |
| XYZ | 55.12 | 79.46 | 62.3 | - |
| YUV | 211.66 | 116.9 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 192 | 0.45 | 0 | 0.24 | 0.01 | 148.17 | 0.97 | 0.77 |
| Hex | 8A | FD | C0 | 2D | 0 | 18 | 1 | 94 | 61 | 4D |
| Octal | 212 | 375 | 300 | 55 | 0 | 30 | 1 | 224 | 141 | 115 |
| Binary | 10001010 | 11111101 | 11000000 | 101101 | 0 | 11000 | 1 | 10010100 | 1100001 | 1001101 |
Color Harmonies of #8AFDC0
Complementary color
Monochromatic Colors of #8AFDC0
Black with #8AFDC0
Text Example
Text Example
White with #8AFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFDC0; }
p { color: rgb(138,253,192); }
H1.HeaderClassName
{
color: #8AFDC0;
}
.AnyTagClassName
{
color: #8AFDC0;
}
</style>
background-color css
<style>
a { background-color: #8AFDC0; }
a { background-color: rgb(138,253,192); }
div.DivClassName
{
background-color: #8AFDC0;
}
.BgClassName
{
background-color: #8AFDC0;
}
</style>
border-color css
<style>
span { border-color: #8AFDC0; }
span { border-color: rgb(138,253,192); }
td.TdClassName
{
border-color: #8AFDC0;
}
.TagClassName
{
border-color: #8AFDC0;
}
</style>