Shades of Seagull #7AACD0
Tints of Seagull #7AACD0
RGB
CMYK
RGB Variations
Color information
#7AACD0 (or 0x7AACD0) is known color: Seagull. HEX triplet: 7A, AC and D0. RGB value is (122,172,208). Sum of RGB (Red+Green+Blue) = 122+172+208=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #7AACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACD0 is #85532F. Grayscale: #A0A0A0. Windows color (decimal): -8737584 or 13675642. OLE color: 13675642.
HSL color Cylindrical-coordinate representation of color #7AACD0: hue angle of 205.12º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AACD0 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 172 | 208 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.18 |
| HSL | 205.12º | 0.48% | 0.65% | - |
| HSV(B) | 205.12º | 0.41% | 0.82% | - |
| XYZ | 34.16 | 38.2 | 65.25 | - |
| YUV | 161.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 208 | 0.41 | 0.17 | 0 | 0.18 | 205.12 | 0.48 | 0.65 |
| Hex | 7A | AC | D0 | 29 | 11 | 0 | 12 | CD | 30 | 41 |
| Octal | 172 | 254 | 320 | 51 | 21 | 0 | 22 | 315 | 60 | 101 |
| Binary | 1111010 | 10101100 | 11010000 | 101001 | 10001 | 0 | 10010 | 11001101 | 110000 | 1000001 |
Color Harmonies of #7AACD0
Complementary color
Monochromatic Colors of #7AACD0
Black with #7AACD0
Text Example
Text Example
White with #7AACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AACD0; }
p { color: rgb(122,172,208); }
H1.HeaderClassName
{
color: #7AACD0;
}
.AnyTagClassName
{
color: #7AACD0;
}
</style>
background-color css
<style>
a { background-color: #7AACD0; }
a { background-color: rgb(122,172,208); }
div.DivClassName
{
background-color: #7AACD0;
}
.BgClassName
{
background-color: #7AACD0;
}
</style>
border-color css
<style>
span { border-color: #7AACD0; }
span { border-color: rgb(122,172,208); }
td.TdClassName
{
border-color: #7AACD0;
}
.TagClassName
{
border-color: #7AACD0;
}
</style>