Shades of Seagull #73C4CA
Tints of Seagull #73C4CA
RGB
CMYK
RGB Variations
Color information
#73C4CA (or 0x73C4CA) is known color: Seagull. HEX triplet: 73, C4 and CA. RGB value is (115,196,202). Sum of RGB (Red+Green+Blue) = 115+196+202=513 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.42% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #73C4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C4CA is #8C3B35. Grayscale: #ACACAC. Windows color (decimal): -9190198 or 13288563. OLE color: 13288563.
HSL color Cylindrical-coordinate representation of color #73C4CA: hue angle of 184.14º 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 #73C4CA is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 196 | 202 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.21 |
| HSL | 184.14º | 0.45% | 0.62% | - |
| HSV(B) | 184.14º | 0.43% | 0.79% | - |
| XYZ | 37.47 | 47.39 | 63.05 | - |
| YUV | 172.47 | 144.66 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 196 | 202 | 0.43 | 0.03 | 0 | 0.21 | 184.14 | 0.45 | 0.62 |
| Hex | 73 | C4 | CA | 2B | 3 | 0 | 15 | B8 | 2D | 3E |
| Octal | 163 | 304 | 312 | 53 | 3 | 0 | 25 | 270 | 55 | 76 |
| Binary | 1110011 | 11000100 | 11001010 | 101011 | 11 | 0 | 10101 | 10111000 | 101101 | 111110 |
Color Harmonies of #73C4CA
Complementary color
Monochromatic Colors of #73C4CA
Black with #73C4CA
Text Example
Text Example
White with #73C4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C4CA; }
p { color: rgb(115,196,202); }
H1.HeaderClassName
{
color: #73C4CA;
}
.AnyTagClassName
{
color: #73C4CA;
}
</style>
background-color css
<style>
a { background-color: #73C4CA; }
a { background-color: rgb(115,196,202); }
div.DivClassName
{
background-color: #73C4CA;
}
.BgClassName
{
background-color: #73C4CA;
}
</style>
border-color css
<style>
span { border-color: #73C4CA; }
span { border-color: rgb(115,196,202); }
td.TdClassName
{
border-color: #73C4CA;
}
.TagClassName
{
border-color: #73C4CA;
}
</style>