Shades of Seagull #73C5CD
Tints of Seagull #73C5CD
RGB
CMYK
RGB Variations
Color information
#73C5CD (or 0x73C5CD) is known color: Seagull. HEX triplet: 73, C5 and CD. RGB value is (115,197,205). Sum of RGB (Red+Green+Blue) = 115+197+205=517 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.24% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #73C5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C5CD is #8C3A32. Grayscale: #ADADAD. Windows color (decimal): -9189939 or 13485427. OLE color: 13485427.
HSL color Cylindrical-coordinate representation of color #73C5CD: hue angle of 185.33º 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 #73C5CD is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 197 | 205 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.20 |
| HSL | 185.33º | 0.47% | 0.63% | - |
| HSV(B) | 185.33º | 0.44% | 0.8% | - |
| XYZ | 38.06 | 47.99 | 65.01 | - |
| YUV | 173.39 | 145.83 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 205 | 0.44 | 0.04 | 0 | 0.20 | 185.33 | 0.47 | 0.63 |
| Hex | 73 | C5 | CD | 2C | 4 | 0 | 14 | B9 | 2F | 3F |
| Octal | 163 | 305 | 315 | 54 | 4 | 0 | 24 | 271 | 57 | 77 |
| Binary | 1110011 | 11000101 | 11001101 | 101100 | 100 | 0 | 10100 | 10111001 | 101111 | 111111 |
Color Harmonies of #73C5CD
Complementary color
Monochromatic Colors of #73C5CD
Black with #73C5CD
Text Example
Text Example
White with #73C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C5CD; }
p { color: rgb(115,197,205); }
H1.HeaderClassName
{
color: #73C5CD;
}
.AnyTagClassName
{
color: #73C5CD;
}
</style>
background-color css
<style>
a { background-color: #73C5CD; }
a { background-color: rgb(115,197,205); }
div.DivClassName
{
background-color: #73C5CD;
}
.BgClassName
{
background-color: #73C5CD;
}
</style>
border-color css
<style>
span { border-color: #73C5CD; }
span { border-color: rgb(115,197,205); }
td.TdClassName
{
border-color: #73C5CD;
}
.TagClassName
{
border-color: #73C5CD;
}
</style>