Shades of Aquamarine #8AFCC1
Tints of Aquamarine #8AFCC1
RGB
CMYK
RGB Variations
Color information
#8AFCC1 (or 0x8AFCC1) is known color: Aquamarine. HEX triplet: 8A, FC and C1. RGB value is (138,252,193). Sum of RGB (Red+Green+Blue) = 138+252+193=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFCC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFCC1 is #75033E. Grayscale: #D3D3D3. Windows color (decimal): -7668543 or 12713098. OLE color: 12713098.
HSL color Cylindrical-coordinate representation of color #8AFCC1: hue angle of 148.95º 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 #8AFCC1 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 252 | 193 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.01 |
| HSL | 148.95º | 0.95% | 0.76% | - |
| HSV(B) | 148.95º | 0.45% | 0.99% | - |
| XYZ | 54.92 | 78.87 | 62.78 | - |
| YUV | 211.19 | 117.73 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 252 | 193 | 0.45 | 0 | 0.23 | 0.01 | 148.95 | 0.95 | 0.76 |
| Hex | 8A | FC | C1 | 2D | 0 | 17 | 1 | 95 | 5F | 4C |
| Octal | 212 | 374 | 301 | 55 | 0 | 27 | 1 | 225 | 137 | 114 |
| Binary | 10001010 | 11111100 | 11000001 | 101101 | 0 | 10111 | 1 | 10010101 | 1011111 | 1001100 |
Color Harmonies of #8AFCC1
Complementary color
Monochromatic Colors of #8AFCC1
Black with #8AFCC1
Text Example
Text Example
White with #8AFCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFCC1; }
p { color: rgb(138,252,193); }
H1.HeaderClassName
{
color: #8AFCC1;
}
.AnyTagClassName
{
color: #8AFCC1;
}
</style>
background-color css
<style>
a { background-color: #8AFCC1; }
a { background-color: rgb(138,252,193); }
div.DivClassName
{
background-color: #8AFCC1;
}
.BgClassName
{
background-color: #8AFCC1;
}
</style>
border-color css
<style>
span { border-color: #8AFCC1; }
span { border-color: rgb(138,252,193); }
td.TdClassName
{
border-color: #8AFCC1;
}
.TagClassName
{
border-color: #8AFCC1;
}
</style>