Shades of Seagull #73C2CB
Tints of Seagull #73C2CB
RGB
CMYK
RGB Variations
Color information
#73C2CB (or 0x73C2CB) is known color: Seagull. HEX triplet: 73, C2 and CB. RGB value is (115,194,203). Sum of RGB (Red+Green+Blue) = 115+194+203=512 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.46% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #73C2CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C2CB is #8C3D34. Grayscale: #ABABAB. Windows color (decimal): -9190709 or 13353587. OLE color: 13353587.
HSL color Cylindrical-coordinate representation of color #73C2CB: hue angle of 186.14º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C2CB is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 194 | 203 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.20 |
| HSL | 186.14º | 0.46% | 0.62% | - |
| HSV(B) | 186.14º | 0.43% | 0.8% | - |
| XYZ | 37.14 | 46.54 | 63.53 | - |
| YUV | 171.41 | 145.83 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 194 | 203 | 0.43 | 0.04 | 0 | 0.20 | 186.14 | 0.46 | 0.62 |
| Hex | 73 | C2 | CB | 2B | 4 | 0 | 14 | BA | 2E | 3E |
| Octal | 163 | 302 | 313 | 53 | 4 | 0 | 24 | 272 | 56 | 76 |
| Binary | 1110011 | 11000010 | 11001011 | 101011 | 100 | 0 | 10100 | 10111010 | 101110 | 111110 |
Color Harmonies of #73C2CB
Complementary color
Monochromatic Colors of #73C2CB
Black with #73C2CB
Text Example
Text Example
White with #73C2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C2CB; }
p { color: rgb(115,194,203); }
H1.HeaderClassName
{
color: #73C2CB;
}
.AnyTagClassName
{
color: #73C2CB;
}
</style>
background-color css
<style>
a { background-color: #73C2CB; }
a { background-color: rgb(115,194,203); }
div.DivClassName
{
background-color: #73C2CB;
}
.BgClassName
{
background-color: #73C2CB;
}
</style>
border-color css
<style>
span { border-color: #73C2CB; }
span { border-color: rgb(115,194,203); }
td.TdClassName
{
border-color: #73C2CB;
}
.TagClassName
{
border-color: #73C2CB;
}
</style>