Shades of Aquamarine #8AF9D5
Tints of Aquamarine #8AF9D5
RGB
CMYK
RGB Variations
Color information
#8AF9D5 (or 0x8AF9D5) is known color: Aquamarine. HEX triplet: 8A, F9 and D5. RGB value is (138,249,213). Sum of RGB (Red+Green+Blue) = 138+249+213=600 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF9D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF9D5 is #75062A. Grayscale: #D3D3D3. Windows color (decimal): -7669291 or 14023050. OLE color: 14023050.
HSL color Cylindrical-coordinate representation of color #8AF9D5: hue angle of 160.54º degrees, saturation: 0.9, 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 #8AF9D5 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 213 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.02 |
| HSL | 160.54º | 0.9% | 0.76% | - |
| HSV(B) | 160.54º | 0.45% | 0.98% | - |
| XYZ | 56.37 | 77.96 | 75.03 | - |
| YUV | 211.71 | 128.73 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 213 | 0.45 | 0 | 0.14 | 0.02 | 160.54 | 0.9 | 0.76 |
| Hex | 8A | F9 | D5 | 2D | 0 | E | 2 | A1 | 5A | 4C |
| Octal | 212 | 371 | 325 | 55 | 0 | 16 | 2 | 241 | 132 | 114 |
| Binary | 10001010 | 11111001 | 11010101 | 101101 | 0 | 1110 | 10 | 10100001 | 1011010 | 1001100 |
Color Harmonies of #8AF9D5
Complementary color
Monochromatic Colors of #8AF9D5
Black with #8AF9D5
Text Example
Text Example
White with #8AF9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF9D5; }
p { color: rgb(138,249,213); }
H1.HeaderClassName
{
color: #8AF9D5;
}
.AnyTagClassName
{
color: #8AF9D5;
}
</style>
background-color css
<style>
a { background-color: #8AF9D5; }
a { background-color: rgb(138,249,213); }
div.DivClassName
{
background-color: #8AF9D5;
}
.BgClassName
{
background-color: #8AF9D5;
}
</style>
border-color css
<style>
span { border-color: #8AF9D5; }
span { border-color: rgb(138,249,213); }
td.TdClassName
{
border-color: #8AF9D5;
}
.TagClassName
{
border-color: #8AF9D5;
}
</style>