Shades of Seagull #73ACCC
Tints of Seagull #73ACCC
RGB
CMYK
RGB Variations
Color information
#73ACCC (or 0x73ACCC) is known color: Seagull. HEX triplet: 73, AC and CC. RGB value is (115,172,204). Sum of RGB (Red+Green+Blue) = 115+172+204=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #73ACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ACCC is #8C5333. Grayscale: #9E9E9E. Windows color (decimal): -9196340 or 13413491. OLE color: 13413491.
HSL color Cylindrical-coordinate representation of color #73ACCC: hue angle of 201.57º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73ACCC is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 172 | 204 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.2 |
| HSL | 201.57º | 0.47% | 0.63% | - |
| HSV(B) | 201.57º | 0.44% | 0.8% | - |
| XYZ | 32.72 | 37.51 | 62.64 | - |
| YUV | 158.61 | 153.62 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 204 | 0.44 | 0.16 | 0 | 0.2 | 201.57 | 0.47 | 0.63 |
| Hex | 73 | AC | CC | 2C | 10 | 0 | 14 | CA | 2F | 3F |
| Octal | 163 | 254 | 314 | 54 | 20 | 0 | 24 | 312 | 57 | 77 |
| Binary | 1110011 | 10101100 | 11001100 | 101100 | 10000 | 0 | 10100 | 11001010 | 101111 | 111111 |
Color Harmonies of #73ACCC
Complementary color
Monochromatic Colors of #73ACCC
Black with #73ACCC
Text Example
Text Example
White with #73ACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ACCC; }
p { color: rgb(115,172,204); }
H1.HeaderClassName
{
color: #73ACCC;
}
.AnyTagClassName
{
color: #73ACCC;
}
</style>
background-color css
<style>
a { background-color: #73ACCC; }
a { background-color: rgb(115,172,204); }
div.DivClassName
{
background-color: #73ACCC;
}
.BgClassName
{
background-color: #73ACCC;
}
</style>
border-color css
<style>
span { border-color: #73ACCC; }
span { border-color: rgb(115,172,204); }
td.TdClassName
{
border-color: #73ACCC;
}
.TagClassName
{
border-color: #73ACCC;
}
</style>