Shades of Seagull #7CC0DC
Tints of Seagull #7CC0DC
RGB
CMYK
RGB Variations
Color information
#7CC0DC (or 0x7CC0DC) is known color: Seagull. HEX triplet: 7C, C0 and DC. RGB value is (124,192,220). Sum of RGB (Red+Green+Blue) = 124+192+220=536 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.13% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CC0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC0DC is #833F23. Grayscale: #AEAEAE. Windows color (decimal): -8601380 or 14467196. OLE color: 14467196.
HSL color Cylindrical-coordinate representation of color #7CC0DC: hue angle of 197.5º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CC0DC is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 192 | 220 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.14 |
| HSL | 197.5º | 0.58% | 0.67% | - |
| HSV(B) | 197.5º | 0.44% | 0.86% | - |
| XYZ | 40.08 | 47.15 | 74.7 | - |
| YUV | 174.86 | 153.47 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 220 | 0.44 | 0.13 | 0 | 0.14 | 197.5 | 0.58 | 0.67 |
| Hex | 7C | C0 | DC | 2C | D | 0 | E | C6 | 3A | 43 |
| Octal | 174 | 300 | 334 | 54 | 15 | 0 | 16 | 306 | 72 | 103 |
| Binary | 1111100 | 11000000 | 11011100 | 101100 | 1101 | 0 | 1110 | 11000110 | 111010 | 1000011 |
Color Harmonies of #7CC0DC
Complementary color
Monochromatic Colors of #7CC0DC
Black with #7CC0DC
Text Example
Text Example
White with #7CC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC0DC; }
p { color: rgb(124,192,220); }
H1.HeaderClassName
{
color: #7CC0DC;
}
.AnyTagClassName
{
color: #7CC0DC;
}
</style>
background-color css
<style>
a { background-color: #7CC0DC; }
a { background-color: rgb(124,192,220); }
div.DivClassName
{
background-color: #7CC0DC;
}
.BgClassName
{
background-color: #7CC0DC;
}
</style>
border-color css
<style>
span { border-color: #7CC0DC; }
span { border-color: rgb(124,192,220); }
td.TdClassName
{
border-color: #7CC0DC;
}
.TagClassName
{
border-color: #7CC0DC;
}
</style>