Shades of Aquamarine #73F1CC
Tints of Aquamarine #73F1CC
RGB
CMYK
RGB Variations
Color information
#73F1CC (or 0x73F1CC) is known color: Aquamarine. HEX triplet: 73, F1 and CC. RGB value is (115,241,204). Sum of RGB (Red+Green+Blue) = 115+241+204=560 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.54% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #73F1CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F1CC is #8C0E33. Grayscale: #C7C7C7. Windows color (decimal): -9178676 or 13431155. OLE color: 13431155.
HSL color Cylindrical-coordinate representation of color #73F1CC: hue angle of 162.38º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F1CC is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 241 | 204 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.05 |
| HSL | 162.38º | 0.82% | 0.7% | - |
| HSV(B) | 162.38º | 0.52% | 0.95% | - |
| XYZ | 49.42 | 70.92 | 68.21 | - |
| YUV | 199.11 | 130.76 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 241 | 204 | 0.52 | 0 | 0.15 | 0.05 | 162.38 | 0.82 | 0.7 |
| Hex | 73 | F1 | CC | 34 | 0 | F | 5 | A2 | 52 | 46 |
| Octal | 163 | 361 | 314 | 64 | 0 | 17 | 5 | 242 | 122 | 106 |
| Binary | 1110011 | 11110001 | 11001100 | 110100 | 0 | 1111 | 101 | 10100010 | 1010010 | 1000110 |
Color Harmonies of #73F1CC
Complementary color
Monochromatic Colors of #73F1CC
Black with #73F1CC
Text Example
Text Example
White with #73F1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F1CC; }
p { color: rgb(115,241,204); }
H1.HeaderClassName
{
color: #73F1CC;
}
.AnyTagClassName
{
color: #73F1CC;
}
</style>
background-color css
<style>
a { background-color: #73F1CC; }
a { background-color: rgb(115,241,204); }
div.DivClassName
{
background-color: #73F1CC;
}
.BgClassName
{
background-color: #73F1CC;
}
</style>
border-color css
<style>
span { border-color: #73F1CC; }
span { border-color: rgb(115,241,204); }
td.TdClassName
{
border-color: #73F1CC;
}
.TagClassName
{
border-color: #73F1CC;
}
</style>