Shades of Aquamarine #8AFFCB
Tints of Aquamarine #8AFFCB
RGB
CMYK
RGB Variations
Color information
#8AFFCB (or 0x8AFFCB) is known color: Aquamarine. HEX triplet: 8A, FF and CB. RGB value is (138,255,203). Sum of RGB (Red+Green+Blue) = 138+255+203=596 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.15% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFFCB is #750034. Grayscale: #D6D6D6. Windows color (decimal): -7667765 or 13369226. OLE color: 13369226.
HSL color Cylindrical-coordinate representation of color #8AFFCB: hue angle of 153.33º 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 #8AFFCB is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 203 | - |
| CMYK | 0.46 | 0 | 0.20 | 0 |
| HSL | 153.33º | 1% | 0.77% | - |
| HSV(B) | 153.33º | 0.46% | 1% | - |
| XYZ | 57.02 | 81.24 | 69.17 | - |
| YUV | 214.09 | 121.74 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 203 | 0.46 | 0 | 0.20 | 0 | 153.33 | 1 | 0.77 |
| Hex | 8A | FF | CB | 2E | 0 | 14 | 0 | 99 | 64 | 4D |
| Octal | 212 | 377 | 313 | 56 | 0 | 24 | 0 | 231 | 144 | 115 |
| Binary | 10001010 | 11111111 | 11001011 | 101110 | 0 | 10100 | 0 | 10011001 | 1100100 | 1001101 |
Color Harmonies of #8AFFCB
Complementary color
Monochromatic Colors of #8AFFCB
Black with #8AFFCB
Text Example
Text Example
White with #8AFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFFCB; }
p { color: rgb(138,255,203); }
H1.HeaderClassName
{
color: #8AFFCB;
}
.AnyTagClassName
{
color: #8AFFCB;
}
</style>
background-color css
<style>
a { background-color: #8AFFCB; }
a { background-color: rgb(138,255,203); }
div.DivClassName
{
background-color: #8AFFCB;
}
.BgClassName
{
background-color: #8AFFCB;
}
</style>
border-color css
<style>
span { border-color: #8AFFCB; }
span { border-color: rgb(138,255,203); }
td.TdClassName
{
border-color: #8AFFCB;
}
.TagClassName
{
border-color: #8AFFCB;
}
</style>