Shades of Aquamarine #8AF0CA
Tints of Aquamarine #8AF0CA
RGB
CMYK
RGB Variations
Color information
#8AF0CA (or 0x8AF0CA) is known color: Aquamarine. HEX triplet: 8A, F0 and CA. RGB value is (138,240,202). Sum of RGB (Red+Green+Blue) = 138+240+202=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF0CA is #750F35. Grayscale: #CDCDCD. Windows color (decimal): -7671606 or 13299850. OLE color: 13299850.
HSL color Cylindrical-coordinate representation of color #8AF0CA: hue angle of 157.65º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF0CA is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 202 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.06 |
| HSL | 157.65º | 0.77% | 0.74% | - |
| HSV(B) | 157.65º | 0.43% | 0.94% | - |
| XYZ | 52.3 | 71.99 | 67.02 | - |
| YUV | 205.17 | 126.21 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 202 | 0.42 | 0 | 0.16 | 0.06 | 157.65 | 0.77 | 0.74 |
| Hex | 8A | F0 | CA | 2A | 0 | 10 | 6 | 9E | 4D | 4A |
| Octal | 212 | 360 | 312 | 52 | 0 | 20 | 6 | 236 | 115 | 112 |
| Binary | 10001010 | 11110000 | 11001010 | 101010 | 0 | 10000 | 110 | 10011110 | 1001101 | 1001010 |
Color Harmonies of #8AF0CA
Complementary color
Monochromatic Colors of #8AF0CA
Black with #8AF0CA
Text Example
Text Example
White with #8AF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF0CA; }
p { color: rgb(138,240,202); }
H1.HeaderClassName
{
color: #8AF0CA;
}
.AnyTagClassName
{
color: #8AF0CA;
}
</style>
background-color css
<style>
a { background-color: #8AF0CA; }
a { background-color: rgb(138,240,202); }
div.DivClassName
{
background-color: #8AF0CA;
}
.BgClassName
{
background-color: #8AF0CA;
}
</style>
border-color css
<style>
span { border-color: #8AF0CA; }
span { border-color: rgb(138,240,202); }
td.TdClassName
{
border-color: #8AF0CA;
}
.TagClassName
{
border-color: #8AF0CA;
}
</style>