Shades of Seagull #7AAECC
Tints of Seagull #7AAECC
RGB
CMYK
RGB Variations
Color information
#7AAECC (or 0x7AAECC) is known color: Seagull. HEX triplet: 7A, AE and CC. RGB value is (122,174,204). Sum of RGB (Red+Green+Blue) = 122+174+204=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #7AAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAECC is #855133. Grayscale: #A1A1A1. Windows color (decimal): -8737076 or 13414010. OLE color: 13414010.
HSL color Cylindrical-coordinate representation of color #7AAECC: hue angle of 201.95º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AAECC is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 174 | 204 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.2 |
| HSL | 201.95º | 0.45% | 0.64% | - |
| HSV(B) | 201.95º | 0.4% | 0.8% | - |
| XYZ | 34.06 | 38.77 | 62.81 | - |
| YUV | 161.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 204 | 0.40 | 0.15 | 0 | 0.2 | 201.95 | 0.45 | 0.64 |
| Hex | 7A | AE | CC | 28 | F | 0 | 14 | CA | 2D | 40 |
| Octal | 172 | 256 | 314 | 50 | 17 | 0 | 24 | 312 | 55 | 100 |
| Binary | 1111010 | 10101110 | 11001100 | 101000 | 1111 | 0 | 10100 | 11001010 | 101101 | 1000000 |
Color Harmonies of #7AAECC
Complementary color
Monochromatic Colors of #7AAECC
Black with #7AAECC
Text Example
Text Example
White with #7AAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAECC; }
p { color: rgb(122,174,204); }
H1.HeaderClassName
{
color: #7AAECC;
}
.AnyTagClassName
{
color: #7AAECC;
}
</style>
background-color css
<style>
a { background-color: #7AAECC; }
a { background-color: rgb(122,174,204); }
div.DivClassName
{
background-color: #7AAECC;
}
.BgClassName
{
background-color: #7AAECC;
}
</style>
border-color css
<style>
span { border-color: #7AAECC; }
span { border-color: rgb(122,174,204); }
td.TdClassName
{
border-color: #7AAECC;
}
.TagClassName
{
border-color: #7AAECC;
}
</style>