Shades of Seagull #73C0CA
Tints of Seagull #73C0CA
RGB
CMYK
RGB Variations
Color information
#73C0CA (or 0x73C0CA) is known color: Seagull. HEX triplet: 73, C0 and CA. RGB value is (115,192,202). Sum of RGB (Red+Green+Blue) = 115+192+202=509 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.59% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #73C0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C0CA is #8C3F35. Grayscale: #AAAAAA. Windows color (decimal): -9191222 or 13287539. OLE color: 13287539.
HSL color Cylindrical-coordinate representation of color #73C0CA: hue angle of 186.9º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C0CA is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 192 | 202 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.21 |
| HSL | 186.9º | 0.45% | 0.62% | - |
| HSV(B) | 186.9º | 0.43% | 0.79% | - |
| XYZ | 36.58 | 45.61 | 62.75 | - |
| YUV | 170.12 | 145.99 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 202 | 0.43 | 0.05 | 0 | 0.21 | 186.9 | 0.45 | 0.62 |
| Hex | 73 | C0 | CA | 2B | 5 | 0 | 15 | BB | 2D | 3E |
| Octal | 163 | 300 | 312 | 53 | 5 | 0 | 25 | 273 | 55 | 76 |
| Binary | 1110011 | 11000000 | 11001010 | 101011 | 101 | 0 | 10101 | 10111011 | 101101 | 111110 |
Color Harmonies of #73C0CA
Complementary color
Monochromatic Colors of #73C0CA
Black with #73C0CA
Text Example
Text Example
White with #73C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C0CA; }
p { color: rgb(115,192,202); }
H1.HeaderClassName
{
color: #73C0CA;
}
.AnyTagClassName
{
color: #73C0CA;
}
</style>
background-color css
<style>
a { background-color: #73C0CA; }
a { background-color: rgb(115,192,202); }
div.DivClassName
{
background-color: #73C0CA;
}
.BgClassName
{
background-color: #73C0CA;
}
</style>
border-color css
<style>
span { border-color: #73C0CA; }
span { border-color: rgb(115,192,202); }
td.TdClassName
{
border-color: #73C0CA;
}
.TagClassName
{
border-color: #73C0CA;
}
</style>