Shades of Aquamarine #8AFBE0
Tints of Aquamarine #8AFBE0
RGB
CMYK
RGB Variations
Color information
#8AFBE0 (or 0x8AFBE0) is known color: Aquamarine. HEX triplet: 8A, FB and E0. RGB value is (138,251,224). Sum of RGB (Red+Green+Blue) = 138+251+224=613 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.51% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBE0 is #75041F. Grayscale: #D6D6D6. Windows color (decimal): -7668768 or 14744458. OLE color: 14744458.
HSL color Cylindrical-coordinate representation of color #8AFBE0: hue angle of 165.66º 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 #8AFBE0 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 251 | 224 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.02 |
| HSL | 165.66º | 0.93% | 0.76% | - |
| HSV(B) | 165.66º | 0.45% | 0.98% | - |
| XYZ | 58.43 | 79.78 | 82.84 | - |
| YUV | 214.14 | 133.56 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 251 | 224 | 0.45 | 0 | 0.11 | 0.02 | 165.66 | 0.93 | 0.76 |
| Hex | 8A | FB | E0 | 2D | 0 | B | 2 | A6 | 5D | 4C |
| Octal | 212 | 373 | 340 | 55 | 0 | 13 | 2 | 246 | 135 | 114 |
| Binary | 10001010 | 11111011 | 11100000 | 101101 | 0 | 1011 | 10 | 10100110 | 1011101 | 1001100 |
Color Harmonies of #8AFBE0
Complementary color
Monochromatic Colors of #8AFBE0
Black with #8AFBE0
Text Example
Text Example
White with #8AFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFBE0; }
p { color: rgb(138,251,224); }
H1.HeaderClassName
{
color: #8AFBE0;
}
.AnyTagClassName
{
color: #8AFBE0;
}
</style>
background-color css
<style>
a { background-color: #8AFBE0; }
a { background-color: rgb(138,251,224); }
div.DivClassName
{
background-color: #8AFBE0;
}
.BgClassName
{
background-color: #8AFBE0;
}
</style>
border-color css
<style>
span { border-color: #8AFBE0; }
span { border-color: rgb(138,251,224); }
td.TdClassName
{
border-color: #8AFBE0;
}
.TagClassName
{
border-color: #8AFBE0;
}
</style>