Shades of Seagull #7AC0CE
Tints of Seagull #7AC0CE
RGB
CMYK
RGB Variations
Color information
#7AC0CE (or 0x7AC0CE) is known color: Seagull. HEX triplet: 7A, C0 and CE. RGB value is (122,192,206). Sum of RGB (Red+Green+Blue) = 122+192+206=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AC0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC0CE is #853F31. Grayscale: #ACACAC. Windows color (decimal): -8732466 or 13549690. OLE color: 13549690.
HSL color Cylindrical-coordinate representation of color #7AC0CE: hue angle of 190º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AC0CE is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 192 | 206 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.19 |
| HSL | 190º | 0.46% | 0.64% | - |
| HSV(B) | 190º | 0.41% | 0.81% | - |
| XYZ | 38.02 | 46.29 | 65.32 | - |
| YUV | 172.67 | 146.81 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 206 | 0.41 | 0.07 | 0 | 0.19 | 190 | 0.46 | 0.64 |
| Hex | 7A | C0 | CE | 29 | 7 | 0 | 13 | BE | 2E | 40 |
| Octal | 172 | 300 | 316 | 51 | 7 | 0 | 23 | 276 | 56 | 100 |
| Binary | 1111010 | 11000000 | 11001110 | 101001 | 111 | 0 | 10011 | 10111110 | 101110 | 1000000 |
Color Harmonies of #7AC0CE
Complementary color
Monochromatic Colors of #7AC0CE
Black with #7AC0CE
Text Example
Text Example
White with #7AC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC0CE; }
p { color: rgb(122,192,206); }
H1.HeaderClassName
{
color: #7AC0CE;
}
.AnyTagClassName
{
color: #7AC0CE;
}
</style>
background-color css
<style>
a { background-color: #7AC0CE; }
a { background-color: rgb(122,192,206); }
div.DivClassName
{
background-color: #7AC0CE;
}
.BgClassName
{
background-color: #7AC0CE;
}
</style>
border-color css
<style>
span { border-color: #7AC0CE; }
span { border-color: rgb(122,192,206); }
td.TdClassName
{
border-color: #7AC0CE;
}
.TagClassName
{
border-color: #7AC0CE;
}
</style>