Shades of Aquamarine #8FFCCD
Tints of Aquamarine #8FFCCD
RGB
CMYK
RGB Variations
Color information
#8FFCCD (or 0x8FFCCD) is known color: Aquamarine. HEX triplet: 8F, FC and CD. RGB value is (143,252,205). Sum of RGB (Red+Green+Blue) = 143+252+205=600 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.83% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFCCD is #700332. Grayscale: #D6D6D6. Windows color (decimal): -7340851 or 13499535. OLE color: 13499535.
HSL color Cylindrical-coordinate representation of color #8FFCCD: hue angle of 154.13º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFCCD is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 205 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.01 |
| HSL | 154.13º | 0.95% | 0.77% | - |
| HSV(B) | 154.13º | 0.43% | 0.99% | - |
| XYZ | 57.16 | 79.87 | 70.16 | - |
| YUV | 214.05 | 122.89 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 205 | 0.43 | 0 | 0.19 | 0.01 | 154.13 | 0.95 | 0.77 |
| Hex | 8F | FC | CD | 2B | 0 | 13 | 1 | 9A | 5F | 4D |
| Octal | 217 | 374 | 315 | 53 | 0 | 23 | 1 | 232 | 137 | 115 |
| Binary | 10001111 | 11111100 | 11001101 | 101011 | 0 | 10011 | 1 | 10011010 | 1011111 | 1001101 |
Color Harmonies of #8FFCCD
Complementary color
Monochromatic Colors of #8FFCCD
Black with #8FFCCD
Text Example
Text Example
White with #8FFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCCD; }
p { color: rgb(143,252,205); }
H1.HeaderClassName
{
color: #8FFCCD;
}
.AnyTagClassName
{
color: #8FFCCD;
}
</style>
background-color css
<style>
a { background-color: #8FFCCD; }
a { background-color: rgb(143,252,205); }
div.DivClassName
{
background-color: #8FFCCD;
}
.BgClassName
{
background-color: #8FFCCD;
}
</style>
border-color css
<style>
span { border-color: #8FFCCD; }
span { border-color: rgb(143,252,205); }
td.TdClassName
{
border-color: #8FFCCD;
}
.TagClassName
{
border-color: #8FFCCD;
}
</style>