Shades of Seagull #79C1CF
Tints of Seagull #79C1CF
RGB
CMYK
RGB Variations
Color information
#79C1CF (or 0x79C1CF) is known color: Seagull. HEX triplet: 79, C1 and CF. RGB value is (121,193,207). Sum of RGB (Red+Green+Blue) = 121+193+207=521 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.22% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #79C1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C1CF is #863E30. Grayscale: #ACACAC. Windows color (decimal): -8797745 or 13615481. OLE color: 13615481.
HSL color Cylindrical-coordinate representation of color #79C1CF: hue angle of 189.77º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79C1CF is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 193 | 207 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.19 |
| HSL | 189.77º | 0.47% | 0.64% | - |
| HSV(B) | 189.77º | 0.42% | 0.81% | - |
| XYZ | 38.22 | 46.71 | 66.03 | - |
| YUV | 173.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 193 | 207 | 0.42 | 0.07 | 0 | 0.19 | 189.77 | 0.47 | 0.64 |
| Hex | 79 | C1 | CF | 2A | 7 | 0 | 13 | BE | 2F | 40 |
| Octal | 171 | 301 | 317 | 52 | 7 | 0 | 23 | 276 | 57 | 100 |
| Binary | 1111001 | 11000001 | 11001111 | 101010 | 111 | 0 | 10011 | 10111110 | 101111 | 1000000 |
Color Harmonies of #79C1CF
Complementary color
Monochromatic Colors of #79C1CF
Black with #79C1CF
Text Example
Text Example
White with #79C1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C1CF; }
p { color: rgb(121,193,207); }
H1.HeaderClassName
{
color: #79C1CF;
}
.AnyTagClassName
{
color: #79C1CF;
}
</style>
background-color css
<style>
a { background-color: #79C1CF; }
a { background-color: rgb(121,193,207); }
div.DivClassName
{
background-color: #79C1CF;
}
.BgClassName
{
background-color: #79C1CF;
}
</style>
border-color css
<style>
span { border-color: #79C1CF; }
span { border-color: rgb(121,193,207); }
td.TdClassName
{
border-color: #79C1CF;
}
.TagClassName
{
border-color: #79C1CF;
}
</style>