Shades of Aquamarine #8AFACC
Tints of Aquamarine #8AFACC
RGB
CMYK
RGB Variations
Color information
#8AFACC (or 0x8AFACC) is known color: Aquamarine. HEX triplet: 8A, FA and CC. RGB value is (138,250,204). Sum of RGB (Red+Green+Blue) = 138+250+204=592 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.31% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFACC is #750533. Grayscale: #D3D3D3. Windows color (decimal): -7669044 or 13433482. OLE color: 13433482.
HSL color Cylindrical-coordinate representation of color #8AFACC: hue angle of 155.36º degrees, saturation: 0.92, 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 #8AFACC is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 250 | 204 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.02 |
| HSL | 155.36º | 0.92% | 0.76% | - |
| HSV(B) | 155.36º | 0.45% | 0.98% | - |
| XYZ | 55.57 | 78.13 | 69.28 | - |
| YUV | 211.27 | 123.89 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 250 | 204 | 0.45 | 0 | 0.18 | 0.02 | 155.36 | 0.92 | 0.76 |
| Hex | 8A | FA | CC | 2D | 0 | 12 | 2 | 9B | 5C | 4C |
| Octal | 212 | 372 | 314 | 55 | 0 | 22 | 2 | 233 | 134 | 114 |
| Binary | 10001010 | 11111010 | 11001100 | 101101 | 0 | 10010 | 10 | 10011011 | 1011100 | 1001100 |
Color Harmonies of #8AFACC
Complementary color
Monochromatic Colors of #8AFACC
Black with #8AFACC
Text Example
Text Example
White with #8AFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFACC; }
p { color: rgb(138,250,204); }
H1.HeaderClassName
{
color: #8AFACC;
}
.AnyTagClassName
{
color: #8AFACC;
}
</style>
background-color css
<style>
a { background-color: #8AFACC; }
a { background-color: rgb(138,250,204); }
div.DivClassName
{
background-color: #8AFACC;
}
.BgClassName
{
background-color: #8AFACC;
}
</style>
border-color css
<style>
span { border-color: #8AFACC; }
span { border-color: rgb(138,250,204); }
td.TdClassName
{
border-color: #8AFACC;
}
.TagClassName
{
border-color: #8AFACC;
}
</style>