Shades of Seagull #73C2D0
Tints of Seagull #73C2D0
RGB
CMYK
RGB Variations
Color information
#73C2D0 (or 0x73C2D0) is known color: Seagull. HEX triplet: 73, C2 and D0. RGB value is (115,194,208). Sum of RGB (Red+Green+Blue) = 115+194+208=517 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.24% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #73C2D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C2D0 is #8C3D2F. Grayscale: #ABABAB. Windows color (decimal): -9190704 or 13681267. OLE color: 13681267.
HSL color Cylindrical-coordinate representation of color #73C2D0: hue angle of 189.03º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73C2D0 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 194 | 208 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.18 |
| HSL | 189.03º | 0.5% | 0.63% | - |
| HSV(B) | 189.03º | 0.45% | 0.82% | - |
| XYZ | 37.75 | 46.78 | 66.71 | - |
| YUV | 171.98 | 148.33 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 194 | 208 | 0.45 | 0.07 | 0 | 0.18 | 189.03 | 0.5 | 0.63 |
| Hex | 73 | C2 | D0 | 2D | 7 | 0 | 12 | BD | 32 | 3F |
| Octal | 163 | 302 | 320 | 55 | 7 | 0 | 22 | 275 | 62 | 77 |
| Binary | 1110011 | 11000010 | 11010000 | 101101 | 111 | 0 | 10010 | 10111101 | 110010 | 111111 |
Color Harmonies of #73C2D0
Complementary color
Monochromatic Colors of #73C2D0
Black with #73C2D0
Text Example
Text Example
White with #73C2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C2D0; }
p { color: rgb(115,194,208); }
H1.HeaderClassName
{
color: #73C2D0;
}
.AnyTagClassName
{
color: #73C2D0;
}
</style>
background-color css
<style>
a { background-color: #73C2D0; }
a { background-color: rgb(115,194,208); }
div.DivClassName
{
background-color: #73C2D0;
}
.BgClassName
{
background-color: #73C2D0;
}
</style>
border-color css
<style>
span { border-color: #73C2D0; }
span { border-color: rgb(115,194,208); }
td.TdClassName
{
border-color: #73C2D0;
}
.TagClassName
{
border-color: #73C2D0;
}
</style>