Shades of Aquamarine #8CF0CC
Tints of Aquamarine #8CF0CC
RGB
CMYK
RGB Variations
Color information
#8CF0CC (or 0x8CF0CC) is known color: Aquamarine. HEX triplet: 8C, F0 and CC. RGB value is (140,240,204). Sum of RGB (Red+Green+Blue) = 140+240+204=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF0CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF0CC is #730F33. Grayscale: #CECECE. Windows color (decimal): -7540532 or 13430924. OLE color: 13430924.
HSL color Cylindrical-coordinate representation of color #8CF0CC: hue angle of 158.4º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF0CC is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 204 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.06 |
| HSL | 158.4º | 0.77% | 0.75% | - |
| HSV(B) | 158.4º | 0.42% | 0.94% | - |
| XYZ | 52.87 | 72.26 | 68.29 | - |
| YUV | 206 | 126.87 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 204 | 0.42 | 0 | 0.15 | 0.06 | 158.4 | 0.77 | 0.75 |
| Hex | 8C | F0 | CC | 2A | 0 | F | 6 | 9E | 4D | 4B |
| Octal | 214 | 360 | 314 | 52 | 0 | 17 | 6 | 236 | 115 | 113 |
| Binary | 10001100 | 11110000 | 11001100 | 101010 | 0 | 1111 | 110 | 10011110 | 1001101 | 1001011 |
Color Harmonies of #8CF0CC
Complementary color
Monochromatic Colors of #8CF0CC
Black with #8CF0CC
Text Example
Text Example
White with #8CF0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF0CC; }
p { color: rgb(140,240,204); }
H1.HeaderClassName
{
color: #8CF0CC;
}
.AnyTagClassName
{
color: #8CF0CC;
}
</style>
background-color css
<style>
a { background-color: #8CF0CC; }
a { background-color: rgb(140,240,204); }
div.DivClassName
{
background-color: #8CF0CC;
}
.BgClassName
{
background-color: #8CF0CC;
}
</style>
border-color css
<style>
span { border-color: #8CF0CC; }
span { border-color: rgb(140,240,204); }
td.TdClassName
{
border-color: #8CF0CC;
}
.TagClassName
{
border-color: #8CF0CC;
}
</style>