Shades of Aquamarine #8CFDD4
Tints of Aquamarine #8CFDD4
RGB
CMYK
RGB Variations
Color information
#8CFDD4 (or 0x8CFDD4) is known color: Aquamarine. HEX triplet: 8C, FD and D4. RGB value is (140,253,212). Sum of RGB (Red+Green+Blue) = 140+253+212=605 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.14% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFDD4 is #73022B. Grayscale: #D6D6D6. Windows color (decimal): -7537196 or 13958540. OLE color: 13958540.
HSL color Cylindrical-coordinate representation of color #8CFDD4: hue angle of 158.23º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFDD4 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 212 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.01 |
| HSL | 158.23º | 0.97% | 0.77% | - |
| HSV(B) | 158.23º | 0.45% | 0.99% | - |
| XYZ | 57.82 | 80.58 | 74.79 | - |
| YUV | 214.54 | 126.56 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 212 | 0.45 | 0 | 0.16 | 0.01 | 158.23 | 0.97 | 0.77 |
| Hex | 8C | FD | D4 | 2D | 0 | 10 | 1 | 9E | 61 | 4D |
| Octal | 214 | 375 | 324 | 55 | 0 | 20 | 1 | 236 | 141 | 115 |
| Binary | 10001100 | 11111101 | 11010100 | 101101 | 0 | 10000 | 1 | 10011110 | 1100001 | 1001101 |
Color Harmonies of #8CFDD4
Complementary color
Monochromatic Colors of #8CFDD4
Black with #8CFDD4
Text Example
Text Example
White with #8CFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFDD4; }
p { color: rgb(140,253,212); }
H1.HeaderClassName
{
color: #8CFDD4;
}
.AnyTagClassName
{
color: #8CFDD4;
}
</style>
background-color css
<style>
a { background-color: #8CFDD4; }
a { background-color: rgb(140,253,212); }
div.DivClassName
{
background-color: #8CFDD4;
}
.BgClassName
{
background-color: #8CFDD4;
}
</style>
border-color css
<style>
span { border-color: #8CFDD4; }
span { border-color: rgb(140,253,212); }
td.TdClassName
{
border-color: #8CFDD4;
}
.TagClassName
{
border-color: #8CFDD4;
}
</style>