Shades of Medium Aquamarine #73CFAF
Tints of Medium Aquamarine #73CFAF
RGB
CMYK
RGB Variations
Color information
#73CFAF (or 0x73CFAF) is known color: Medium Aquamarine. HEX triplet: 73, CF and AF. RGB value is (115,207,175). Sum of RGB (Red+Green+Blue) = 115+207+175=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #73CFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CFAF is #8C3050. Grayscale: #AFAFAF. Windows color (decimal): -9187409 or 11521907. OLE color: 11521907.
HSL color Cylindrical-coordinate representation of color #73CFAF: hue angle of 159.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CFAF is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 175 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.19 |
| HSL | 159.13º | 0.49% | 0.63% | - |
| HSV(B) | 159.13º | 0.44% | 0.81% | - |
| XYZ | 37.12 | 51.37 | 48.52 | - |
| YUV | 175.84 | 127.52 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 175 | 0.44 | 0 | 0.15 | 0.19 | 159.13 | 0.49 | 0.63 |
| Hex | 73 | CF | AF | 2C | 0 | F | 13 | 9F | 31 | 3F |
| Octal | 163 | 317 | 257 | 54 | 0 | 17 | 23 | 237 | 61 | 77 |
| Binary | 1110011 | 11001111 | 10101111 | 101100 | 0 | 1111 | 10011 | 10011111 | 110001 | 111111 |
Color Harmonies of #73CFAF
Complementary color
Monochromatic Colors of #73CFAF
Black with #73CFAF
Text Example
Text Example
White with #73CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFAF; }
p { color: rgb(115,207,175); }
H1.HeaderClassName
{
color: #73CFAF;
}
.AnyTagClassName
{
color: #73CFAF;
}
</style>
background-color css
<style>
a { background-color: #73CFAF; }
a { background-color: rgb(115,207,175); }
div.DivClassName
{
background-color: #73CFAF;
}
.BgClassName
{
background-color: #73CFAF;
}
</style>
border-color css
<style>
span { border-color: #73CFAF; }
span { border-color: rgb(115,207,175); }
td.TdClassName
{
border-color: #73CFAF;
}
.TagClassName
{
border-color: #73CFAF;
}
</style>