Shades of Seagull #79C2CB
Tints of Seagull #79C2CB
RGB
CMYK
RGB Variations
Color information
#79C2CB (or 0x79C2CB) is known color: Seagull. HEX triplet: 79, C2 and CB. RGB value is (121,194,203). Sum of RGB (Red+Green+Blue) = 121+194+203=518 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.36% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #79C2CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C2CB is #863D34. Grayscale: #ADADAD. Windows color (decimal): -8797493 or 13353593. OLE color: 13353593.
HSL color Cylindrical-coordinate representation of color #79C2CB: hue angle of 186.59º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79C2CB is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 194 | 203 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.20 |
| HSL | 186.59º | 0.44% | 0.64% | - |
| HSV(B) | 186.59º | 0.4% | 0.8% | - |
| XYZ | 37.96 | 46.96 | 63.56 | - |
| YUV | 173.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 203 | 0.40 | 0.04 | 0 | 0.20 | 186.59 | 0.44 | 0.64 |
| Hex | 79 | C2 | CB | 28 | 4 | 0 | 14 | BB | 2C | 40 |
| Octal | 171 | 302 | 313 | 50 | 4 | 0 | 24 | 273 | 54 | 100 |
| Binary | 1111001 | 11000010 | 11001011 | 101000 | 100 | 0 | 10100 | 10111011 | 101100 | 1000000 |
Color Harmonies of #79C2CB
Complementary color
Monochromatic Colors of #79C2CB
Black with #79C2CB
Text Example
Text Example
White with #79C2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C2CB; }
p { color: rgb(121,194,203); }
H1.HeaderClassName
{
color: #79C2CB;
}
.AnyTagClassName
{
color: #79C2CB;
}
</style>
background-color css
<style>
a { background-color: #79C2CB; }
a { background-color: rgb(121,194,203); }
div.DivClassName
{
background-color: #79C2CB;
}
.BgClassName
{
background-color: #79C2CB;
}
</style>
border-color css
<style>
span { border-color: #79C2CB; }
span { border-color: rgb(121,194,203); }
td.TdClassName
{
border-color: #79C2CB;
}
.TagClassName
{
border-color: #79C2CB;
}
</style>