Shades of Aquamarine #8FFCD0
Tints of Aquamarine #8FFCD0
RGB
CMYK
RGB Variations
Color information
#8FFCD0 (or 0x8FFCD0) is known color: Aquamarine. HEX triplet: 8F, FC and D0. RGB value is (143,252,208). Sum of RGB (Red+Green+Blue) = 143+252+208=603 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.71% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFCD0 is #70032F. Grayscale: #D6D6D6. Windows color (decimal): -7340848 or 13696143. OLE color: 13696143.
HSL color Cylindrical-coordinate representation of color #8FFCD0: hue angle of 155.78º 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 #8FFCD0 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 143 | 252 | 208 | - |
CMYK | 0.43 | 0 | 0.17 | 0.01 |
HSL | 155.78º | 0.95% | 0.77% | - |
HSV(B) | 155.78º | 0.43% | 0.99% | - |
XYZ | 57.52 | 80.01 | 72.09 | - |
YUV | 214.39 | 124.39 | 77.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 252 | 208 | 0.43 | 0 | 0.17 | 0.01 | 155.78 | 0.95 | 0.77 |
Hex | 8F | FC | D0 | 2B | 0 | 11 | 1 | 9C | 5F | 4D |
Octal | 217 | 374 | 320 | 53 | 0 | 21 | 1 | 234 | 137 | 115 |
Binary | 10001111 | 11111100 | 11010000 | 101011 | 0 | 10001 | 1 | 10011100 | 1011111 | 1001101 |
Color Harmonies of #8FFCD0
Complementary color
Monochromatic Colors of #8FFCD0
Black with #8FFCD0
Text Example
Text Example
White with #8FFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCD0; }
p { color: rgb(143,252,208); }
H1.HeaderClassName
{
color: #8FFCD0;
}
.AnyTagClassName
{
color: #8FFCD0;
}
</style>
background-color css
<style>
a { background-color: #8FFCD0; }
a { background-color: rgb(143,252,208); }
div.DivClassName
{
background-color: #8FFCD0;
}
.BgClassName
{
background-color: #8FFCD0;
}
</style>
border-color css
<style>
span { border-color: #8FFCD0; }
span { border-color: rgb(143,252,208); }
td.TdClassName
{
border-color: #8FFCD0;
}
.TagClassName
{
border-color: #8FFCD0;
}
</style>