Shades of Aquamarine #8CEDCF
Tints of Aquamarine #8CEDCF
RGB
CMYK
RGB Variations
Color information
#8CEDCF (or 0x8CEDCF) is known color: Aquamarine. HEX triplet: 8C, ED and CF. RGB value is (140,237,207). Sum of RGB (Red+Green+Blue) = 140+237+207=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #8CEDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEDCF is #731230. Grayscale: #CCCCCC. Windows color (decimal): -7541297 or 13626764. OLE color: 13626764.
HSL color Cylindrical-coordinate representation of color #8CEDCF: hue angle of 161.44º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEDCF is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 237 | 207 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.07 |
| HSL | 161.44º | 0.73% | 0.74% | - |
| HSV(B) | 161.44º | 0.41% | 0.93% | - |
| XYZ | 52.36 | 70.65 | 69.91 | - |
| YUV | 204.58 | 129.36 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 237 | 207 | 0.41 | 0 | 0.13 | 0.07 | 161.44 | 0.73 | 0.74 |
| Hex | 8C | ED | CF | 29 | 0 | D | 7 | A1 | 49 | 4A |
| Octal | 214 | 355 | 317 | 51 | 0 | 15 | 7 | 241 | 111 | 112 |
| Binary | 10001100 | 11101101 | 11001111 | 101001 | 0 | 1101 | 111 | 10100001 | 1001001 | 1001010 |
Color Harmonies of #8CEDCF
Complementary color
Monochromatic Colors of #8CEDCF
Black with #8CEDCF
Text Example
Text Example
White with #8CEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEDCF; }
p { color: rgb(140,237,207); }
H1.HeaderClassName
{
color: #8CEDCF;
}
.AnyTagClassName
{
color: #8CEDCF;
}
</style>
background-color css
<style>
a { background-color: #8CEDCF; }
a { background-color: rgb(140,237,207); }
div.DivClassName
{
background-color: #8CEDCF;
}
.BgClassName
{
background-color: #8CEDCF;
}
</style>
border-color css
<style>
span { border-color: #8CEDCF; }
span { border-color: rgb(140,237,207); }
td.TdClassName
{
border-color: #8CEDCF;
}
.TagClassName
{
border-color: #8CEDCF;
}
</style>