Shades of Aquamarine #8AFFCF
Tints of Aquamarine #8AFFCF
RGB
CMYK
RGB Variations
Color information
#8AFFCF (or 0x8AFFCF) is known color: Aquamarine. HEX triplet: 8A, FF and CF. RGB value is (138,255,207). Sum of RGB (Red+Green+Blue) = 138+255+207=600 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFFCF is #750030. Grayscale: #D6D6D6. Windows color (decimal): -7667761 or 13631370. OLE color: 13631370.
HSL color Cylindrical-coordinate representation of color #8AFFCF: hue angle of 155.38º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFFCF is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 207 | - |
| CMYK | 0.46 | 0 | 0.19 | 0 |
| HSL | 155.38º | 1% | 0.77% | - |
| HSV(B) | 155.38º | 0.46% | 1% | - |
| XYZ | 57.5 | 81.43 | 71.72 | - |
| YUV | 214.55 | 123.74 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 207 | 0.46 | 0 | 0.19 | 0 | 155.38 | 1 | 0.77 |
| Hex | 8A | FF | CF | 2E | 0 | 13 | 0 | 9B | 64 | 4D |
| Octal | 212 | 377 | 317 | 56 | 0 | 23 | 0 | 233 | 144 | 115 |
| Binary | 10001010 | 11111111 | 11001111 | 101110 | 0 | 10011 | 0 | 10011011 | 1100100 | 1001101 |
Color Harmonies of #8AFFCF
Complementary color
Monochromatic Colors of #8AFFCF
Black with #8AFFCF
Text Example
Text Example
White with #8AFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFFCF; }
p { color: rgb(138,255,207); }
H1.HeaderClassName
{
color: #8AFFCF;
}
.AnyTagClassName
{
color: #8AFFCF;
}
</style>
background-color css
<style>
a { background-color: #8AFFCF; }
a { background-color: rgb(138,255,207); }
div.DivClassName
{
background-color: #8AFFCF;
}
.BgClassName
{
background-color: #8AFFCF;
}
</style>
border-color css
<style>
span { border-color: #8AFFCF; }
span { border-color: rgb(138,255,207); }
td.TdClassName
{
border-color: #8AFFCF;
}
.TagClassName
{
border-color: #8AFFCF;
}
</style>