Shades of Aquamarine #8FF5C1
Tints of Aquamarine #8FF5C1
RGB
CMYK
RGB Variations
Color information
#8FF5C1 (or 0x8FF5C1) is known color: Aquamarine. HEX triplet: 8F, F5 and C1. RGB value is (143,245,193). Sum of RGB (Red+Green+Blue) = 143+245+193=581 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.61% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 245 - color contains mainly: green. Hex color #8FF5C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF5C1 is #700A3E. Grayscale: #D0D0D0. Windows color (decimal): -7342655 or 12711311. OLE color: 12711311.
HSL color Cylindrical-coordinate representation of color #8FF5C1: hue angle of 149.41º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF5C1 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 245 | 193 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.04 |
| HSL | 149.41º | 0.84% | 0.76% | - |
| HSV(B) | 149.41º | 0.42% | 0.96% | - |
| XYZ | 53.61 | 74.99 | 62.1 | - |
| YUV | 208.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 245 | 193 | 0.42 | 0 | 0.21 | 0.04 | 149.41 | 0.84 | 0.76 |
| Hex | 8F | F5 | C1 | 2A | 0 | 15 | 4 | 95 | 54 | 4C |
| Octal | 217 | 365 | 301 | 52 | 0 | 25 | 4 | 225 | 124 | 114 |
| Binary | 10001111 | 11110101 | 11000001 | 101010 | 0 | 10101 | 100 | 10010101 | 1010100 | 1001100 |
Color Harmonies of #8FF5C1
Complementary color
Monochromatic Colors of #8FF5C1
Black with #8FF5C1
Text Example
Text Example
White with #8FF5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF5C1; }
p { color: rgb(143,245,193); }
H1.HeaderClassName
{
color: #8FF5C1;
}
.AnyTagClassName
{
color: #8FF5C1;
}
</style>
background-color css
<style>
a { background-color: #8FF5C1; }
a { background-color: rgb(143,245,193); }
div.DivClassName
{
background-color: #8FF5C1;
}
.BgClassName
{
background-color: #8FF5C1;
}
</style>
border-color css
<style>
span { border-color: #8FF5C1; }
span { border-color: rgb(143,245,193); }
td.TdClassName
{
border-color: #8FF5C1;
}
.TagClassName
{
border-color: #8FF5C1;
}
</style>