Shades of Aquamarine #8AFBBE
Tints of Aquamarine #8AFBBE
RGB
CMYK
RGB Variations
Color information
#8AFBBE (or 0x8AFBBE) is known color: Aquamarine. HEX triplet: 8A, FB and BE. RGB value is (138,251,190). Sum of RGB (Red+Green+Blue) = 138+251+190=579 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.83% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBBE is #750441. Grayscale: #D2D2D2. Windows color (decimal): -7668802 or 12516234. OLE color: 12516234.
HSL color Cylindrical-coordinate representation of color #8AFBBE: hue angle of 147.61º 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 #8AFBBE is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 251 | 190 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.02 |
| HSL | 147.61º | 0.93% | 0.76% | - |
| HSV(B) | 147.61º | 0.45% | 0.98% | - |
| XYZ | 54.27 | 78.12 | 60.93 | - |
| YUV | 210.26 | 116.56 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 251 | 190 | 0.45 | 0 | 0.24 | 0.02 | 147.61 | 0.93 | 0.76 |
| Hex | 8A | FB | BE | 2D | 0 | 18 | 2 | 94 | 5D | 4C |
| Octal | 212 | 373 | 276 | 55 | 0 | 30 | 2 | 224 | 135 | 114 |
| Binary | 10001010 | 11111011 | 10111110 | 101101 | 0 | 11000 | 10 | 10010100 | 1011101 | 1001100 |
Color Harmonies of #8AFBBE
Complementary color
Monochromatic Colors of #8AFBBE
Black with #8AFBBE
Text Example
Text Example
White with #8AFBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFBBE; }
p { color: rgb(138,251,190); }
H1.HeaderClassName
{
color: #8AFBBE;
}
.AnyTagClassName
{
color: #8AFBBE;
}
</style>
background-color css
<style>
a { background-color: #8AFBBE; }
a { background-color: rgb(138,251,190); }
div.DivClassName
{
background-color: #8AFBBE;
}
.BgClassName
{
background-color: #8AFBBE;
}
</style>
border-color css
<style>
span { border-color: #8AFBBE; }
span { border-color: rgb(138,251,190); }
td.TdClassName
{
border-color: #8AFBBE;
}
.TagClassName
{
border-color: #8AFBBE;
}
</style>