Shades of Aquamarine #8AFBCB
Tints of Aquamarine #8AFBCB
RGB
CMYK
RGB Variations
Color information
#8AFBCB (or 0x8AFBCB) is known color: Aquamarine. HEX triplet: 8A, FB and CB. RGB value is (138,251,203). Sum of RGB (Red+Green+Blue) = 138+251+203=592 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.31% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBCB is #750434. Grayscale: #D3D3D3. Windows color (decimal): -7668789 or 13368202. OLE color: 13368202.
HSL color Cylindrical-coordinate representation of color #8AFBCB: hue angle of 154.51º degrees, saturation: 0.93, 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 #8AFBCB is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 251 | 203 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.02 |
| HSL | 154.51º | 0.93% | 0.76% | - |
| HSV(B) | 154.51º | 0.45% | 0.98% | - |
| XYZ | 55.76 | 78.71 | 68.75 | - |
| YUV | 211.74 | 123.06 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 251 | 203 | 0.45 | 0 | 0.19 | 0.02 | 154.51 | 0.93 | 0.76 |
| Hex | 8A | FB | CB | 2D | 0 | 13 | 2 | 9B | 5D | 4C |
| Octal | 212 | 373 | 313 | 55 | 0 | 23 | 2 | 233 | 135 | 114 |
| Binary | 10001010 | 11111011 | 11001011 | 101101 | 0 | 10011 | 10 | 10011011 | 1011101 | 1001100 |
Color Harmonies of #8AFBCB
Complementary color
Monochromatic Colors of #8AFBCB
Black with #8AFBCB
Text Example
Text Example
White with #8AFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFBCB; }
p { color: rgb(138,251,203); }
H1.HeaderClassName
{
color: #8AFBCB;
}
.AnyTagClassName
{
color: #8AFBCB;
}
</style>
background-color css
<style>
a { background-color: #8AFBCB; }
a { background-color: rgb(138,251,203); }
div.DivClassName
{
background-color: #8AFBCB;
}
.BgClassName
{
background-color: #8AFBCB;
}
</style>
border-color css
<style>
span { border-color: #8AFBCB; }
span { border-color: rgb(138,251,203); }
td.TdClassName
{
border-color: #8AFBCB;
}
.TagClassName
{
border-color: #8AFBCB;
}
</style>