Shades of Seagull #7AC0DF
Tints of Seagull #7AC0DF
RGB
CMYK
RGB Variations
Color information
#7AC0DF (or 0x7AC0DF) is known color: Seagull. HEX triplet: 7A, C0 and DF. RGB value is (122,192,223). Sum of RGB (Red+Green+Blue) = 122+192+223=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #7AC0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC0DF is #853F20. Grayscale: #AEAEAE. Windows color (decimal): -8732449 or 14663802. OLE color: 14663802.
HSL color Cylindrical-coordinate representation of color #7AC0DF: hue angle of 198.42º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AC0DF is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 192 | 223 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.13 |
| HSL | 198.42º | 0.61% | 0.68% | - |
| HSV(B) | 198.42º | 0.45% | 0.87% | - |
| XYZ | 40.19 | 47.16 | 76.8 | - |
| YUV | 174.6 | 155.31 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 223 | 0.45 | 0.14 | 0 | 0.13 | 198.42 | 0.61 | 0.68 |
| Hex | 7A | C0 | DF | 2D | E | 0 | D | C6 | 3D | 44 |
| Octal | 172 | 300 | 337 | 55 | 16 | 0 | 15 | 306 | 75 | 104 |
| Binary | 1111010 | 11000000 | 11011111 | 101101 | 1110 | 0 | 1101 | 11000110 | 111101 | 1000100 |
Color Harmonies of #7AC0DF
Complementary color
Monochromatic Colors of #7AC0DF
Black with #7AC0DF
Text Example
Text Example
White with #7AC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC0DF; }
p { color: rgb(122,192,223); }
H1.HeaderClassName
{
color: #7AC0DF;
}
.AnyTagClassName
{
color: #7AC0DF;
}
</style>
background-color css
<style>
a { background-color: #7AC0DF; }
a { background-color: rgb(122,192,223); }
div.DivClassName
{
background-color: #7AC0DF;
}
.BgClassName
{
background-color: #7AC0DF;
}
</style>
border-color css
<style>
span { border-color: #7AC0DF; }
span { border-color: rgb(122,192,223); }
td.TdClassName
{
border-color: #7AC0DF;
}
.TagClassName
{
border-color: #7AC0DF;
}
</style>