Shades of Aquamarine #8CFBDD
Tints of Aquamarine #8CFBDD
RGB
CMYK
RGB Variations
Color information
#8CFBDD (or 0x8CFBDD) is known color: Aquamarine. HEX triplet: 8C, FB and DD. RGB value is (140,251,221). Sum of RGB (Red+Green+Blue) = 140+251+221=612 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.88% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBDD is #730422. Grayscale: #D6D6D6. Windows color (decimal): -7537699 or 14547852. OLE color: 14547852.
HSL color Cylindrical-coordinate representation of color #8CFBDD: hue angle of 163.78º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFBDD is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 221 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.02 |
| HSL | 163.78º | 0.93% | 0.77% | - |
| HSV(B) | 163.78º | 0.44% | 0.98% | - |
| XYZ | 58.36 | 79.79 | 80.73 | - |
| YUV | 214.39 | 131.73 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 221 | 0.44 | 0 | 0.12 | 0.02 | 163.78 | 0.93 | 0.77 |
| Hex | 8C | FB | DD | 2C | 0 | C | 2 | A4 | 5D | 4D |
| Octal | 214 | 373 | 335 | 54 | 0 | 14 | 2 | 244 | 135 | 115 |
| Binary | 10001100 | 11111011 | 11011101 | 101100 | 0 | 1100 | 10 | 10100100 | 1011101 | 1001101 |
Color Harmonies of #8CFBDD
Complementary color
Monochromatic Colors of #8CFBDD
Black with #8CFBDD
Text Example
Text Example
White with #8CFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBDD; }
p { color: rgb(140,251,221); }
H1.HeaderClassName
{
color: #8CFBDD;
}
.AnyTagClassName
{
color: #8CFBDD;
}
</style>
background-color css
<style>
a { background-color: #8CFBDD; }
a { background-color: rgb(140,251,221); }
div.DivClassName
{
background-color: #8CFBDD;
}
.BgClassName
{
background-color: #8CFBDD;
}
</style>
border-color css
<style>
span { border-color: #8CFBDD; }
span { border-color: rgb(140,251,221); }
td.TdClassName
{
border-color: #8CFBDD;
}
.TagClassName
{
border-color: #8CFBDD;
}
</style>