Shades of Aquamarine #8AFBC5
Tints of Aquamarine #8AFBC5
RGB
CMYK
RGB Variations
Color information
#8AFBC5 (or 0x8AFBC5) is known color: Aquamarine. HEX triplet: 8A, FB and C5. RGB value is (138,251,197). Sum of RGB (Red+Green+Blue) = 138+251+197=586 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.55% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBC5 is #75043A. Grayscale: #D3D3D3. Windows color (decimal): -7668795 or 12974986. OLE color: 12974986.
HSL color Cylindrical-coordinate representation of color #8AFBC5: hue angle of 151.33º 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 #8AFBC5 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 251 | 197 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.02 |
| HSL | 151.33º | 0.93% | 0.76% | - |
| HSV(B) | 151.33º | 0.45% | 0.98% | - |
| XYZ | 55.06 | 78.43 | 65.06 | - |
| YUV | 211.06 | 120.06 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 251 | 197 | 0.45 | 0 | 0.22 | 0.02 | 151.33 | 0.93 | 0.76 |
| Hex | 8A | FB | C5 | 2D | 0 | 16 | 2 | 97 | 5D | 4C |
| Octal | 212 | 373 | 305 | 55 | 0 | 26 | 2 | 227 | 135 | 114 |
| Binary | 10001010 | 11111011 | 11000101 | 101101 | 0 | 10110 | 10 | 10010111 | 1011101 | 1001100 |
Color Harmonies of #8AFBC5
Complementary color
Monochromatic Colors of #8AFBC5
Black with #8AFBC5
Text Example
Text Example
White with #8AFBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFBC5; }
p { color: rgb(138,251,197); }
H1.HeaderClassName
{
color: #8AFBC5;
}
.AnyTagClassName
{
color: #8AFBC5;
}
</style>
background-color css
<style>
a { background-color: #8AFBC5; }
a { background-color: rgb(138,251,197); }
div.DivClassName
{
background-color: #8AFBC5;
}
.BgClassName
{
background-color: #8AFBC5;
}
</style>
border-color css
<style>
span { border-color: #8AFBC5; }
span { border-color: rgb(138,251,197); }
td.TdClassName
{
border-color: #8AFBC5;
}
.TagClassName
{
border-color: #8AFBC5;
}
</style>