Shades of Medium Aquamarine #73CFA5
Tints of Medium Aquamarine #73CFA5
RGB
CMYK
RGB Variations
Color information
#73CFA5 (or 0x73CFA5) is known color: Medium Aquamarine. HEX triplet: 73, CF and A5. RGB value is (115,207,165). Sum of RGB (Red+Green+Blue) = 115+207+165=487 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.61% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #73CFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CFA5 is #8C305A. Grayscale: #AEAEAE. Windows color (decimal): -9187419 or 10866547. OLE color: 10866547.
HSL color Cylindrical-coordinate representation of color #73CFA5: hue angle of 152.61º 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 #73CFA5 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 165 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.19 |
| HSL | 152.61º | 0.49% | 0.63% | - |
| HSV(B) | 152.61º | 0.44% | 0.81% | - |
| XYZ | 36.17 | 50.99 | 43.53 | - |
| YUV | 174.7 | 122.52 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 165 | 0.44 | 0 | 0.20 | 0.19 | 152.61 | 0.49 | 0.63 |
| Hex | 73 | CF | A5 | 2C | 0 | 14 | 13 | 99 | 31 | 3F |
| Octal | 163 | 317 | 245 | 54 | 0 | 24 | 23 | 231 | 61 | 77 |
| Binary | 1110011 | 11001111 | 10100101 | 101100 | 0 | 10100 | 10011 | 10011001 | 110001 | 111111 |
Color Harmonies of #73CFA5
Complementary color
Monochromatic Colors of #73CFA5
Black with #73CFA5
Text Example
Text Example
White with #73CFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFA5; }
p { color: rgb(115,207,165); }
H1.HeaderClassName
{
color: #73CFA5;
}
.AnyTagClassName
{
color: #73CFA5;
}
</style>
background-color css
<style>
a { background-color: #73CFA5; }
a { background-color: rgb(115,207,165); }
div.DivClassName
{
background-color: #73CFA5;
}
.BgClassName
{
background-color: #73CFA5;
}
</style>
border-color css
<style>
span { border-color: #73CFA5; }
span { border-color: rgb(115,207,165); }
td.TdClassName
{
border-color: #73CFA5;
}
.TagClassName
{
border-color: #73CFA5;
}
</style>