Shades of Seagull #7CC2CF
Tints of Seagull #7CC2CF
RGB
CMYK
RGB Variations
Color information
#7CC2CF (or 0x7CC2CF) is known color: Seagull. HEX triplet: 7C, C2 and CF. RGB value is (124,194,207). Sum of RGB (Red+Green+Blue) = 124+194+207=525 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.62% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #7CC2CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC2CF is #833D30. Grayscale: #AEAEAE. Windows color (decimal): -8600881 or 13615740. OLE color: 13615740.
HSL color Cylindrical-coordinate representation of color #7CC2CF: hue angle of 189.4º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CC2CF is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 194 | 207 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.19 |
| HSL | 189.4º | 0.46% | 0.65% | - |
| HSV(B) | 189.4º | 0.4% | 0.81% | - |
| XYZ | 38.87 | 47.37 | 66.13 | - |
| YUV | 174.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 194 | 207 | 0.40 | 0.06 | 0 | 0.19 | 189.4 | 0.46 | 0.65 |
| Hex | 7C | C2 | CF | 28 | 6 | 0 | 13 | BD | 2E | 41 |
| Octal | 174 | 302 | 317 | 50 | 6 | 0 | 23 | 275 | 56 | 101 |
| Binary | 1111100 | 11000010 | 11001111 | 101000 | 110 | 0 | 10011 | 10111101 | 101110 | 1000001 |
Color Harmonies of #7CC2CF
Complementary color
Monochromatic Colors of #7CC2CF
Black with #7CC2CF
Text Example
Text Example
White with #7CC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC2CF; }
p { color: rgb(124,194,207); }
H1.HeaderClassName
{
color: #7CC2CF;
}
.AnyTagClassName
{
color: #7CC2CF;
}
</style>
background-color css
<style>
a { background-color: #7CC2CF; }
a { background-color: rgb(124,194,207); }
div.DivClassName
{
background-color: #7CC2CF;
}
.BgClassName
{
background-color: #7CC2CF;
}
</style>
border-color css
<style>
span { border-color: #7CC2CF; }
span { border-color: rgb(124,194,207); }
td.TdClassName
{
border-color: #7CC2CF;
}
.TagClassName
{
border-color: #7CC2CF;
}
</style>