Shades of Seagull #73C5CA
Tints of Seagull #73C5CA
RGB
CMYK
RGB Variations
Color information
#73C5CA (or 0x73C5CA) is known color: Seagull. HEX triplet: 73, C5 and CA. RGB value is (115,197,202). Sum of RGB (Red+Green+Blue) = 115+197+202=514 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.37% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #73C5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C5CA is #8C3A35. Grayscale: #ACACAC. Windows color (decimal): -9189942 or 13288819. OLE color: 13288819.
HSL color Cylindrical-coordinate representation of color #73C5CA: hue angle of 183.45º 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 #73C5CA is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 197 | 202 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.21 |
| HSL | 183.45º | 0.45% | 0.62% | - |
| HSV(B) | 183.45º | 0.43% | 0.79% | - |
| XYZ | 37.7 | 47.84 | 63.12 | - |
| YUV | 173.05 | 144.33 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 202 | 0.43 | 0.02 | 0 | 0.21 | 183.45 | 0.45 | 0.62 |
| Hex | 73 | C5 | CA | 2B | 2 | 0 | 15 | B7 | 2D | 3E |
| Octal | 163 | 305 | 312 | 53 | 2 | 0 | 25 | 267 | 55 | 76 |
| Binary | 1110011 | 11000101 | 11001010 | 101011 | 10 | 0 | 10101 | 10110111 | 101101 | 111110 |
Color Harmonies of #73C5CA
Complementary color
Monochromatic Colors of #73C5CA
Black with #73C5CA
Text Example
Text Example
White with #73C5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C5CA; }
p { color: rgb(115,197,202); }
H1.HeaderClassName
{
color: #73C5CA;
}
.AnyTagClassName
{
color: #73C5CA;
}
</style>
background-color css
<style>
a { background-color: #73C5CA; }
a { background-color: rgb(115,197,202); }
div.DivClassName
{
background-color: #73C5CA;
}
.BgClassName
{
background-color: #73C5CA;
}
</style>
border-color css
<style>
span { border-color: #73C5CA; }
span { border-color: rgb(115,197,202); }
td.TdClassName
{
border-color: #73C5CA;
}
.TagClassName
{
border-color: #73C5CA;
}
</style>