Shades of Aquamarine #8AF5CF
Tints of Aquamarine #8AF5CF
RGB
CMYK
RGB Variations
Color information
#8AF5CF (or 0x8AF5CF) is known color: Aquamarine. HEX triplet: 8A, F5 and CF. RGB value is (138,245,207). Sum of RGB (Red+Green+Blue) = 138+245+207=590 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.39% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF5CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF5CF is #750A30. Grayscale: #D0D0D0. Windows color (decimal): -7670321 or 13628810. OLE color: 13628810.
HSL color Cylindrical-coordinate representation of color #8AF5CF: hue angle of 158.69º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF5CF is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 207 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.04 |
| HSL | 158.69º | 0.84% | 0.75% | - |
| HSV(B) | 158.69º | 0.44% | 0.96% | - |
| XYZ | 54.4 | 75.21 | 70.68 | - |
| YUV | 208.68 | 127.05 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 207 | 0.44 | 0 | 0.16 | 0.04 | 158.69 | 0.84 | 0.75 |
| Hex | 8A | F5 | CF | 2C | 0 | 10 | 4 | 9F | 54 | 4B |
| Octal | 212 | 365 | 317 | 54 | 0 | 20 | 4 | 237 | 124 | 113 |
| Binary | 10001010 | 11110101 | 11001111 | 101100 | 0 | 10000 | 100 | 10011111 | 1010100 | 1001011 |
Color Harmonies of #8AF5CF
Complementary color
Monochromatic Colors of #8AF5CF
Black with #8AF5CF
Text Example
Text Example
White with #8AF5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF5CF; }
p { color: rgb(138,245,207); }
H1.HeaderClassName
{
color: #8AF5CF;
}
.AnyTagClassName
{
color: #8AF5CF;
}
</style>
background-color css
<style>
a { background-color: #8AF5CF; }
a { background-color: rgb(138,245,207); }
div.DivClassName
{
background-color: #8AF5CF;
}
.BgClassName
{
background-color: #8AF5CF;
}
</style>
border-color css
<style>
span { border-color: #8AF5CF; }
span { border-color: rgb(138,245,207); }
td.TdClassName
{
border-color: #8AF5CF;
}
.TagClassName
{
border-color: #8AF5CF;
}
</style>