Shades of Aquamarine #73FCCB
Tints of Aquamarine #73FCCB
RGB
CMYK
RGB Variations
Color information
#73FCCB (or 0x73FCCB) is known color: Aquamarine. HEX triplet: 73, FC and CB. RGB value is (115,252,203). Sum of RGB (Red+Green+Blue) = 115+252+203=570 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.18% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FCCB is #8C0334. Grayscale: #CDCDCD. Windows color (decimal): -9175861 or 13368435. OLE color: 13368435.
HSL color Cylindrical-coordinate representation of color #73FCCB: hue angle of 158.54º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FCCB is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 203 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.01 |
| HSL | 158.54º | 0.96% | 0.72% | - |
| HSV(B) | 158.54º | 0.54% | 0.99% | - |
| XYZ | 52.66 | 77.58 | 68.7 | - |
| YUV | 205.45 | 126.61 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 203 | 0.54 | 0 | 0.19 | 0.01 | 158.54 | 0.96 | 0.72 |
| Hex | 73 | FC | CB | 36 | 0 | 13 | 1 | 9F | 60 | 48 |
| Octal | 163 | 374 | 313 | 66 | 0 | 23 | 1 | 237 | 140 | 110 |
| Binary | 1110011 | 11111100 | 11001011 | 110110 | 0 | 10011 | 1 | 10011111 | 1100000 | 1001000 |
Color Harmonies of #73FCCB
Complementary color
Monochromatic Colors of #73FCCB
Black with #73FCCB
Text Example
Text Example
White with #73FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FCCB; }
p { color: rgb(115,252,203); }
H1.HeaderClassName
{
color: #73FCCB;
}
.AnyTagClassName
{
color: #73FCCB;
}
</style>
background-color css
<style>
a { background-color: #73FCCB; }
a { background-color: rgb(115,252,203); }
div.DivClassName
{
background-color: #73FCCB;
}
.BgClassName
{
background-color: #73FCCB;
}
</style>
border-color css
<style>
span { border-color: #73FCCB; }
span { border-color: rgb(115,252,203); }
td.TdClassName
{
border-color: #73FCCB;
}
.TagClassName
{
border-color: #73FCCB;
}
</style>