Shades of Aquamarine #73FFCB
Tints of Aquamarine #73FFCB
RGB
CMYK
RGB Variations
Color information
#73FFCB (or 0x73FFCB) is known color: Aquamarine. HEX triplet: 73, FF and CB. RGB value is (115,255,203). Sum of RGB (Red+Green+Blue) = 115+255+203=573 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.07% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFCB is #8C0034. Grayscale: #CFCFCF. Windows color (decimal): -9175093 or 13369203. OLE color: 13369203.
HSL color Cylindrical-coordinate representation of color #73FFCB: hue angle of 157.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FFCB is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 203 | - |
| CMYK | 0.55 | 0 | 0.20 | 0 |
| HSL | 157.71º | 1% | 0.73% | - |
| HSV(B) | 157.71º | 0.55% | 1% | - |
| XYZ | 53.61 | 79.48 | 69.01 | - |
| YUV | 207.21 | 125.62 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 203 | 0.55 | 0 | 0.20 | 0 | 157.71 | 1 | 0.73 |
| Hex | 73 | FF | CB | 37 | 0 | 14 | 0 | 9E | 64 | 49 |
| Octal | 163 | 377 | 313 | 67 | 0 | 24 | 0 | 236 | 144 | 111 |
| Binary | 1110011 | 11111111 | 11001011 | 110111 | 0 | 10100 | 0 | 10011110 | 1100100 | 1001001 |
Color Harmonies of #73FFCB
Complementary color
Monochromatic Colors of #73FFCB
Black with #73FFCB
Text Example
Text Example
White with #73FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFCB; }
p { color: rgb(115,255,203); }
H1.HeaderClassName
{
color: #73FFCB;
}
.AnyTagClassName
{
color: #73FFCB;
}
</style>
background-color css
<style>
a { background-color: #73FFCB; }
a { background-color: rgb(115,255,203); }
div.DivClassName
{
background-color: #73FFCB;
}
.BgClassName
{
background-color: #73FFCB;
}
</style>
border-color css
<style>
span { border-color: #73FFCB; }
span { border-color: rgb(115,255,203); }
td.TdClassName
{
border-color: #73FFCB;
}
.TagClassName
{
border-color: #73FFCB;
}
</style>