Shades of Seagull #7ABECC
Tints of Seagull #7ABECC
RGB
CMYK
RGB Variations
Color information
#7ABECC (or 0x7ABECC) is known color: Seagull. HEX triplet: 7A, BE and CC. RGB value is (122,190,204). Sum of RGB (Red+Green+Blue) = 122+190+204=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #7ABECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABECC is #854133. Grayscale: #ABABAB. Windows color (decimal): -8732980 or 13418106. OLE color: 13418106.
HSL color Cylindrical-coordinate representation of color #7ABECC: hue angle of 190.24º 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 #7ABECC is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 190 | 204 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.2 |
| HSL | 190.24º | 0.45% | 0.64% | - |
| HSV(B) | 190.24º | 0.4% | 0.8% | - |
| XYZ | 37.34 | 45.32 | 63.91 | - |
| YUV | 171.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 204 | 0.40 | 0.07 | 0 | 0.2 | 190.24 | 0.45 | 0.64 |
| Hex | 7A | BE | CC | 28 | 7 | 0 | 14 | BE | 2D | 40 |
| Octal | 172 | 276 | 314 | 50 | 7 | 0 | 24 | 276 | 55 | 100 |
| Binary | 1111010 | 10111110 | 11001100 | 101000 | 111 | 0 | 10100 | 10111110 | 101101 | 1000000 |
Color Harmonies of #7ABECC
Complementary color
Monochromatic Colors of #7ABECC
Black with #7ABECC
Text Example
Text Example
White with #7ABECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABECC; }
p { color: rgb(122,190,204); }
H1.HeaderClassName
{
color: #7ABECC;
}
.AnyTagClassName
{
color: #7ABECC;
}
</style>
background-color css
<style>
a { background-color: #7ABECC; }
a { background-color: rgb(122,190,204); }
div.DivClassName
{
background-color: #7ABECC;
}
.BgClassName
{
background-color: #7ABECC;
}
</style>
border-color css
<style>
span { border-color: #7ABECC; }
span { border-color: rgb(122,190,204); }
td.TdClassName
{
border-color: #7ABECC;
}
.TagClassName
{
border-color: #7ABECC;
}
</style>