Shades of Aquamarine #8AFBC8
Tints of Aquamarine #8AFBC8
RGB
CMYK
RGB Variations
Color information
#8AFBC8 (or 0x8AFBC8) is known color: Aquamarine. HEX triplet: 8A, FB and C8. RGB value is (138,251,200). Sum of RGB (Red+Green+Blue) = 138+251+200=589 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.43% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBC8 is #750437. Grayscale: #D3D3D3. Windows color (decimal): -7668792 or 13171594. OLE color: 13171594.
HSL color Cylindrical-coordinate representation of color #8AFBC8: hue angle of 152.92º 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 #8AFBC8 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 251 | 200 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.02 |
| HSL | 152.92º | 0.93% | 0.76% | - |
| HSV(B) | 152.92º | 0.45% | 0.98% | - |
| XYZ | 55.4 | 78.57 | 66.89 | - |
| YUV | 211.4 | 121.56 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 251 | 200 | 0.45 | 0 | 0.20 | 0.02 | 152.92 | 0.93 | 0.76 |
| Hex | 8A | FB | C8 | 2D | 0 | 14 | 2 | 99 | 5D | 4C |
| Octal | 212 | 373 | 310 | 55 | 0 | 24 | 2 | 231 | 135 | 114 |
| Binary | 10001010 | 11111011 | 11001000 | 101101 | 0 | 10100 | 10 | 10011001 | 1011101 | 1001100 |
Color Harmonies of #8AFBC8
Complementary color
Monochromatic Colors of #8AFBC8
Black with #8AFBC8
Text Example
Text Example
White with #8AFBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFBC8; }
p { color: rgb(138,251,200); }
H1.HeaderClassName
{
color: #8AFBC8;
}
.AnyTagClassName
{
color: #8AFBC8;
}
</style>
background-color css
<style>
a { background-color: #8AFBC8; }
a { background-color: rgb(138,251,200); }
div.DivClassName
{
background-color: #8AFBC8;
}
.BgClassName
{
background-color: #8AFBC8;
}
</style>
border-color css
<style>
span { border-color: #8AFBC8; }
span { border-color: rgb(138,251,200); }
td.TdClassName
{
border-color: #8AFBC8;
}
.TagClassName
{
border-color: #8AFBC8;
}
</style>