Shades of Seagull #73ABC8
Tints of Seagull #73ABC8
RGB
CMYK
RGB Variations
Color information
#73ABC8 (or 0x73ABC8) is known color: Seagull. HEX triplet: 73, AB and C8. RGB value is (115,171,200). Sum of RGB (Red+Green+Blue) = 115+171+200=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #73ABC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ABC8 is #8C5437. Grayscale: #9D9D9D. Windows color (decimal): -9196600 or 13151091. OLE color: 13151091.
HSL color Cylindrical-coordinate representation of color #73ABC8: hue angle of 200.47º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73ABC8 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 171 | 200 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.22 |
| HSL | 200.47º | 0.44% | 0.62% | - |
| HSV(B) | 200.47º | 0.43% | 0.78% | - |
| XYZ | 32.06 | 36.94 | 60.08 | - |
| YUV | 157.56 | 151.95 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 200 | 0.42 | 0.14 | 0 | 0.22 | 200.47 | 0.44 | 0.62 |
| Hex | 73 | AB | C8 | 2A | E | 0 | 16 | C8 | 2C | 3E |
| Octal | 163 | 253 | 310 | 52 | 16 | 0 | 26 | 310 | 54 | 76 |
| Binary | 1110011 | 10101011 | 11001000 | 101010 | 1110 | 0 | 10110 | 11001000 | 101100 | 111110 |
Color Harmonies of #73ABC8
Complementary color
Monochromatic Colors of #73ABC8
Black with #73ABC8
Text Example
Text Example
White with #73ABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ABC8; }
p { color: rgb(115,171,200); }
H1.HeaderClassName
{
color: #73ABC8;
}
.AnyTagClassName
{
color: #73ABC8;
}
</style>
background-color css
<style>
a { background-color: #73ABC8; }
a { background-color: rgb(115,171,200); }
div.DivClassName
{
background-color: #73ABC8;
}
.BgClassName
{
background-color: #73ABC8;
}
</style>
border-color css
<style>
span { border-color: #73ABC8; }
span { border-color: rgb(115,171,200); }
td.TdClassName
{
border-color: #73ABC8;
}
.TagClassName
{
border-color: #73ABC8;
}
</style>