Shades of Seagull #79C0CA
Tints of Seagull #79C0CA
RGB
CMYK
RGB Variations
Color information
#79C0CA (or 0x79C0CA) is known color: Seagull. HEX triplet: 79, C0 and CA. RGB value is (121,192,202). Sum of RGB (Red+Green+Blue) = 121+192+202=515 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.50% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #79C0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C0CA is #863F35. Grayscale: #ABABAB. Windows color (decimal): -8798006 or 13287545. OLE color: 13287545.
HSL color Cylindrical-coordinate representation of color #79C0CA: hue angle of 187.41º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79C0CA is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 192 | 202 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.21 |
| HSL | 187.41º | 0.43% | 0.63% | - |
| HSV(B) | 187.41º | 0.4% | 0.79% | - |
| XYZ | 37.4 | 46.03 | 62.79 | - |
| YUV | 171.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 192 | 202 | 0.40 | 0.05 | 0 | 0.21 | 187.41 | 0.43 | 0.63 |
| Hex | 79 | C0 | CA | 28 | 5 | 0 | 15 | BB | 2B | 3F |
| Octal | 171 | 300 | 312 | 50 | 5 | 0 | 25 | 273 | 53 | 77 |
| Binary | 1111001 | 11000000 | 11001010 | 101000 | 101 | 0 | 10101 | 10111011 | 101011 | 111111 |
Color Harmonies of #79C0CA
Complementary color
Monochromatic Colors of #79C0CA
Black with #79C0CA
Text Example
Text Example
White with #79C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C0CA; }
p { color: rgb(121,192,202); }
H1.HeaderClassName
{
color: #79C0CA;
}
.AnyTagClassName
{
color: #79C0CA;
}
</style>
background-color css
<style>
a { background-color: #79C0CA; }
a { background-color: rgb(121,192,202); }
div.DivClassName
{
background-color: #79C0CA;
}
.BgClassName
{
background-color: #79C0CA;
}
</style>
border-color css
<style>
span { border-color: #79C0CA; }
span { border-color: rgb(121,192,202); }
td.TdClassName
{
border-color: #79C0CA;
}
.TagClassName
{
border-color: #79C0CA;
}
</style>