Shades of Aquamarine #8AFBBC
Tints of Aquamarine #8AFBBC
RGB
CMYK
RGB Variations
Color information
#8AFBBC (or 0x8AFBBC) is known color: Aquamarine. HEX triplet: 8A, FB and BC. RGB value is (138,251,188). Sum of RGB (Red+Green+Blue) = 138+251+188=577 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.92% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBBC is #750443. Grayscale: #D2D2D2. Windows color (decimal): -7668804 or 12385162. OLE color: 12385162.
HSL color Cylindrical-coordinate representation of color #8AFBBC: hue angle of 146.55º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFBBC is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 251 | 188 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.02 |
| HSL | 146.55º | 0.93% | 0.76% | - |
| HSV(B) | 146.55º | 0.45% | 0.98% | - |
| XYZ | 54.06 | 78.03 | 59.79 | - |
| YUV | 210.03 | 115.56 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 251 | 188 | 0.45 | 0 | 0.25 | 0.02 | 146.55 | 0.93 | 0.76 |
| Hex | 8A | FB | BC | 2D | 0 | 19 | 2 | 93 | 5D | 4C |
| Octal | 212 | 373 | 274 | 55 | 0 | 31 | 2 | 223 | 135 | 114 |
| Binary | 10001010 | 11111011 | 10111100 | 101101 | 0 | 11001 | 10 | 10010011 | 1011101 | 1001100 |
Color Harmonies of #8AFBBC
Complementary color
Monochromatic Colors of #8AFBBC
Black with #8AFBBC
Text Example
Text Example
White with #8AFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFBBC; }
p { color: rgb(138,251,188); }
H1.HeaderClassName
{
color: #8AFBBC;
}
.AnyTagClassName
{
color: #8AFBBC;
}
</style>
background-color css
<style>
a { background-color: #8AFBBC; }
a { background-color: rgb(138,251,188); }
div.DivClassName
{
background-color: #8AFBBC;
}
.BgClassName
{
background-color: #8AFBBC;
}
</style>
border-color css
<style>
span { border-color: #8AFBBC; }
span { border-color: rgb(138,251,188); }
td.TdClassName
{
border-color: #8AFBBC;
}
.TagClassName
{
border-color: #8AFBBC;
}
</style>