Shades of Aquamarine #8AFECB
Tints of Aquamarine #8AFECB
RGB
CMYK
RGB Variations
Color information
#8AFECB (or 0x8AFECB) is known color: Aquamarine. HEX triplet: 8A, FE and CB. RGB value is (138,254,203). Sum of RGB (Red+Green+Blue) = 138+254+203=595 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.19% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFECB is #750134. Grayscale: #D5D5D5. Windows color (decimal): -7668021 or 13368970. OLE color: 13368970.
HSL color Cylindrical-coordinate representation of color #8AFECB: hue angle of 153.62º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFECB is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 203 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.00 |
| HSL | 153.62º | 0.98% | 0.77% | - |
| HSV(B) | 153.62º | 0.46% | 1% | - |
| XYZ | 56.7 | 80.6 | 69.07 | - |
| YUV | 213.5 | 122.07 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 203 | 0.46 | 0 | 0.20 | 0.00 | 153.62 | 0.98 | 0.77 |
| Hex | 8A | FE | CB | 2E | 0 | 14 | 0 | 9A | 62 | 4D |
| Octal | 212 | 376 | 313 | 56 | 0 | 24 | 0 | 232 | 142 | 115 |
| Binary | 10001010 | 11111110 | 11001011 | 101110 | 0 | 10100 | 0 | 10011010 | 1100010 | 1001101 |
Color Harmonies of #8AFECB
Complementary color
Monochromatic Colors of #8AFECB
Black with #8AFECB
Text Example
Text Example
White with #8AFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFECB; }
p { color: rgb(138,254,203); }
H1.HeaderClassName
{
color: #8AFECB;
}
.AnyTagClassName
{
color: #8AFECB;
}
</style>
background-color css
<style>
a { background-color: #8AFECB; }
a { background-color: rgb(138,254,203); }
div.DivClassName
{
background-color: #8AFECB;
}
.BgClassName
{
background-color: #8AFECB;
}
</style>
border-color css
<style>
span { border-color: #8AFECB; }
span { border-color: rgb(138,254,203); }
td.TdClassName
{
border-color: #8AFECB;
}
.TagClassName
{
border-color: #8AFECB;
}
</style>