Shades of Aquamarine #8AFFC3
Tints of Aquamarine #8AFFC3
RGB
CMYK
RGB Variations
Color information
#8AFFC3 (or 0x8AFFC3) is known color: Aquamarine. HEX triplet: 8A, FF and C3. RGB value is (138,255,195). Sum of RGB (Red+Green+Blue) = 138+255+195=588 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.47% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFFC3 is #75003C. Grayscale: #D5D5D5. Windows color (decimal): -7667773 or 12844938. OLE color: 12844938.
HSL color Cylindrical-coordinate representation of color #8AFFC3: hue angle of 149.23º 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 #8AFFC3 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 195 | - |
| CMYK | 0.46 | 0 | 0.24 | 0 |
| HSL | 149.23º | 1% | 0.77% | - |
| HSV(B) | 149.23º | 0.46% | 1% | - |
| XYZ | 56.09 | 80.86 | 64.28 | - |
| YUV | 213.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 195 | 0.46 | 0 | 0.24 | 0 | 149.23 | 1 | 0.77 |
| Hex | 8A | FF | C3 | 2E | 0 | 18 | 0 | 95 | 64 | 4D |
| Octal | 212 | 377 | 303 | 56 | 0 | 30 | 0 | 225 | 144 | 115 |
| Binary | 10001010 | 11111111 | 11000011 | 101110 | 0 | 11000 | 0 | 10010101 | 1100100 | 1001101 |
Color Harmonies of #8AFFC3
Complementary color
Monochromatic Colors of #8AFFC3
Black with #8AFFC3
Text Example
Text Example
White with #8AFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFFC3; }
p { color: rgb(138,255,195); }
H1.HeaderClassName
{
color: #8AFFC3;
}
.AnyTagClassName
{
color: #8AFFC3;
}
</style>
background-color css
<style>
a { background-color: #8AFFC3; }
a { background-color: rgb(138,255,195); }
div.DivClassName
{
background-color: #8AFFC3;
}
.BgClassName
{
background-color: #8AFFC3;
}
</style>
border-color css
<style>
span { border-color: #8AFFC3; }
span { border-color: rgb(138,255,195); }
td.TdClassName
{
border-color: #8AFFC3;
}
.TagClassName
{
border-color: #8AFFC3;
}
</style>