Shades of Seagull #7CC1CF
Tints of Seagull #7CC1CF
RGB
CMYK
RGB Variations
Color information
#7CC1CF (or 0x7CC1CF) is known color: Seagull. HEX triplet: 7C, C1 and CF. RGB value is (124,193,207). Sum of RGB (Red+Green+Blue) = 124+193+207=524 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.66% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #7CC1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC1CF is #833E30. Grayscale: #ADADAD. Windows color (decimal): -8601137 or 13615484. OLE color: 13615484.
HSL color Cylindrical-coordinate representation of color #7CC1CF: hue angle of 190.12º 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 #7CC1CF is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 193 | 207 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.19 |
| HSL | 190.12º | 0.46% | 0.65% | - |
| HSV(B) | 190.12º | 0.4% | 0.81% | - |
| XYZ | 38.64 | 46.93 | 66.05 | - |
| YUV | 173.97 | 146.64 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 207 | 0.40 | 0.07 | 0 | 0.19 | 190.12 | 0.46 | 0.65 |
| Hex | 7C | C1 | CF | 28 | 7 | 0 | 13 | BE | 2E | 41 |
| Octal | 174 | 301 | 317 | 50 | 7 | 0 | 23 | 276 | 56 | 101 |
| Binary | 1111100 | 11000001 | 11001111 | 101000 | 111 | 0 | 10011 | 10111110 | 101110 | 1000001 |
Color Harmonies of #7CC1CF
Complementary color
Monochromatic Colors of #7CC1CF
Black with #7CC1CF
Text Example
Text Example
White with #7CC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC1CF; }
p { color: rgb(124,193,207); }
H1.HeaderClassName
{
color: #7CC1CF;
}
.AnyTagClassName
{
color: #7CC1CF;
}
</style>
background-color css
<style>
a { background-color: #7CC1CF; }
a { background-color: rgb(124,193,207); }
div.DivClassName
{
background-color: #7CC1CF;
}
.BgClassName
{
background-color: #7CC1CF;
}
</style>
border-color css
<style>
span { border-color: #7CC1CF; }
span { border-color: rgb(124,193,207); }
td.TdClassName
{
border-color: #7CC1CF;
}
.TagClassName
{
border-color: #7CC1CF;
}
</style>