Shades of Aquamarine #8AFDCB
Tints of Aquamarine #8AFDCB
RGB
CMYK
RGB Variations
Color information
#8AFDCB (or 0x8AFDCB) is known color: Aquamarine. HEX triplet: 8A, FD and CB. RGB value is (138,253,203). Sum of RGB (Red+Green+Blue) = 138+253+203=594 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.23% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFDCB is #750234. Grayscale: #D5D5D5. Windows color (decimal): -7668277 or 13368714. OLE color: 13368714.
HSL color Cylindrical-coordinate representation of color #8AFDCB: hue angle of 153.91º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFDCB is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 203 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.01 |
| HSL | 153.91º | 0.97% | 0.77% | - |
| HSV(B) | 153.91º | 0.45% | 0.99% | - |
| XYZ | 56.39 | 79.97 | 68.96 | - |
| YUV | 212.92 | 122.4 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 203 | 0.45 | 0 | 0.20 | 0.01 | 153.91 | 0.97 | 0.77 |
| Hex | 8A | FD | CB | 2D | 0 | 14 | 1 | 9A | 61 | 4D |
| Octal | 212 | 375 | 313 | 55 | 0 | 24 | 1 | 232 | 141 | 115 |
| Binary | 10001010 | 11111101 | 11001011 | 101101 | 0 | 10100 | 1 | 10011010 | 1100001 | 1001101 |
Color Harmonies of #8AFDCB
Complementary color
Monochromatic Colors of #8AFDCB
Black with #8AFDCB
Text Example
Text Example
White with #8AFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFDCB; }
p { color: rgb(138,253,203); }
H1.HeaderClassName
{
color: #8AFDCB;
}
.AnyTagClassName
{
color: #8AFDCB;
}
</style>
background-color css
<style>
a { background-color: #8AFDCB; }
a { background-color: rgb(138,253,203); }
div.DivClassName
{
background-color: #8AFDCB;
}
.BgClassName
{
background-color: #8AFDCB;
}
</style>
border-color css
<style>
span { border-color: #8AFDCB; }
span { border-color: rgb(138,253,203); }
td.TdClassName
{
border-color: #8AFDCB;
}
.TagClassName
{
border-color: #8AFDCB;
}
</style>