Shades of Aquamarine #8AFCCF
Tints of Aquamarine #8AFCCF
RGB
CMYK
RGB Variations
Color information
#8AFCCF (or 0x8AFCCF) is known color: Aquamarine. HEX triplet: 8A, FC and CF. RGB value is (138,252,207). Sum of RGB (Red+Green+Blue) = 138+252+207=597 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.12% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFCCF is #750330. Grayscale: #D4D4D4. Windows color (decimal): -7668529 or 13630602. OLE color: 13630602.
HSL color Cylindrical-coordinate representation of color #8AFCCF: hue angle of 156.32º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFCCF is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 252 | 207 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.01 |
| HSL | 156.32º | 0.95% | 0.76% | - |
| HSV(B) | 156.32º | 0.45% | 0.99% | - |
| XYZ | 56.55 | 79.53 | 71.4 | - |
| YUV | 212.78 | 124.73 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 252 | 207 | 0.45 | 0 | 0.18 | 0.01 | 156.32 | 0.95 | 0.76 |
| Hex | 8A | FC | CF | 2D | 0 | 12 | 1 | 9C | 5F | 4C |
| Octal | 212 | 374 | 317 | 55 | 0 | 22 | 1 | 234 | 137 | 114 |
| Binary | 10001010 | 11111100 | 11001111 | 101101 | 0 | 10010 | 1 | 10011100 | 1011111 | 1001100 |
Color Harmonies of #8AFCCF
Complementary color
Monochromatic Colors of #8AFCCF
Black with #8AFCCF
Text Example
Text Example
White with #8AFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFCCF; }
p { color: rgb(138,252,207); }
H1.HeaderClassName
{
color: #8AFCCF;
}
.AnyTagClassName
{
color: #8AFCCF;
}
</style>
background-color css
<style>
a { background-color: #8AFCCF; }
a { background-color: rgb(138,252,207); }
div.DivClassName
{
background-color: #8AFCCF;
}
.BgClassName
{
background-color: #8AFCCF;
}
</style>
border-color css
<style>
span { border-color: #8AFCCF; }
span { border-color: rgb(138,252,207); }
td.TdClassName
{
border-color: #8AFCCF;
}
.TagClassName
{
border-color: #8AFCCF;
}
</style>