Shades of Seagull #73ADCA
Tints of Seagull #73ADCA
RGB
CMYK
RGB Variations
Color information
#73ADCA (or 0x73ADCA) is known color: Seagull. HEX triplet: 73, AD and CA. RGB value is (115,173,202). Sum of RGB (Red+Green+Blue) = 115+173+202=490 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.47% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #73ADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ADCA is #8C5235. Grayscale: #9E9E9E. Windows color (decimal): -9196086 or 13282675. OLE color: 13282675.
HSL color Cylindrical-coordinate representation of color #73ADCA: hue angle of 200º 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 #73ADCA is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 173 | 202 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.21 |
| HSL | 200º | 0.45% | 0.62% | - |
| HSV(B) | 200º | 0.43% | 0.79% | - |
| XYZ | 32.67 | 37.8 | 61.45 | - |
| YUV | 158.96 | 152.28 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 202 | 0.43 | 0.14 | 0 | 0.21 | 200 | 0.45 | 0.62 |
| Hex | 73 | AD | CA | 2B | E | 0 | 15 | C8 | 2D | 3E |
| Octal | 163 | 255 | 312 | 53 | 16 | 0 | 25 | 310 | 55 | 76 |
| Binary | 1110011 | 10101101 | 11001010 | 101011 | 1110 | 0 | 10101 | 11001000 | 101101 | 111110 |
Color Harmonies of #73ADCA
Complementary color
Monochromatic Colors of #73ADCA
Black with #73ADCA
Text Example
Text Example
White with #73ADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ADCA; }
p { color: rgb(115,173,202); }
H1.HeaderClassName
{
color: #73ADCA;
}
.AnyTagClassName
{
color: #73ADCA;
}
</style>
background-color css
<style>
a { background-color: #73ADCA; }
a { background-color: rgb(115,173,202); }
div.DivClassName
{
background-color: #73ADCA;
}
.BgClassName
{
background-color: #73ADCA;
}
</style>
border-color css
<style>
span { border-color: #73ADCA; }
span { border-color: rgb(115,173,202); }
td.TdClassName
{
border-color: #73ADCA;
}
.TagClassName
{
border-color: #73ADCA;
}
</style>