Shades of Aquamarine #8FFACB
Tints of Aquamarine #8FFACB
RGB
CMYK
RGB Variations
Color information
#8FFACB (or 0x8FFACB) is known color: Aquamarine. HEX triplet: 8F, FA and CB. RGB value is (143,250,203). Sum of RGB (Red+Green+Blue) = 143+250+203=596 (78% of max value = 765). Red value is 143 (56.25% from 255 or 23.99% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFACB is #700534. Grayscale: #D4D4D4. Windows color (decimal): -7341365 or 13367951. OLE color: 13367951.
HSL color Cylindrical-coordinate representation of color #8FFACB: hue angle of 153.64º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFACB is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 250 | 203 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.02 |
| HSL | 153.64º | 0.91% | 0.77% | - |
| HSV(B) | 153.64º | 0.43% | 0.98% | - |
| XYZ | 56.29 | 78.52 | 68.69 | - |
| YUV | 212.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 250 | 203 | 0.43 | 0 | 0.19 | 0.02 | 153.64 | 0.91 | 0.77 |
| Hex | 8F | FA | CB | 2B | 0 | 13 | 2 | 9A | 5B | 4D |
| Octal | 217 | 372 | 313 | 53 | 0 | 23 | 2 | 232 | 133 | 115 |
| Binary | 10001111 | 11111010 | 11001011 | 101011 | 0 | 10011 | 10 | 10011010 | 1011011 | 1001101 |
Color Harmonies of #8FFACB
Complementary color
Monochromatic Colors of #8FFACB
Black with #8FFACB
Text Example
Text Example
White with #8FFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFACB; }
p { color: rgb(143,250,203); }
H1.HeaderClassName
{
color: #8FFACB;
}
.AnyTagClassName
{
color: #8FFACB;
}
</style>
background-color css
<style>
a { background-color: #8FFACB; }
a { background-color: rgb(143,250,203); }
div.DivClassName
{
background-color: #8FFACB;
}
.BgClassName
{
background-color: #8FFACB;
}
</style>
border-color css
<style>
span { border-color: #8FFACB; }
span { border-color: rgb(143,250,203); }
td.TdClassName
{
border-color: #8FFACB;
}
.TagClassName
{
border-color: #8FFACB;
}
</style>