Shades of Seagull #79C2CE
Tints of Seagull #79C2CE
RGB
CMYK
RGB Variations
Color information
#79C2CE (or 0x79C2CE) is known color: Seagull. HEX triplet: 79, C2 and CE. RGB value is (121,194,206). Sum of RGB (Red+Green+Blue) = 121+194+206=521 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.22% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #79C2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C2CE is #863D31. Grayscale: #ADADAD. Windows color (decimal): -8797490 or 13550201. OLE color: 13550201.
HSL color Cylindrical-coordinate representation of color #79C2CE: hue angle of 188.47º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79C2CE is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 194 | 206 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.19 |
| HSL | 188.47º | 0.46% | 0.64% | - |
| HSV(B) | 188.47º | 0.41% | 0.81% | - |
| XYZ | 38.32 | 47.1 | 65.47 | - |
| YUV | 173.54 | 146.32 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 206 | 0.41 | 0.06 | 0 | 0.19 | 188.47 | 0.46 | 0.64 |
| Hex | 79 | C2 | CE | 29 | 6 | 0 | 13 | BC | 2E | 40 |
| Octal | 171 | 302 | 316 | 51 | 6 | 0 | 23 | 274 | 56 | 100 |
| Binary | 1111001 | 11000010 | 11001110 | 101001 | 110 | 0 | 10011 | 10111100 | 101110 | 1000000 |
Color Harmonies of #79C2CE
Complementary color
Monochromatic Colors of #79C2CE
Black with #79C2CE
Text Example
Text Example
White with #79C2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C2CE; }
p { color: rgb(121,194,206); }
H1.HeaderClassName
{
color: #79C2CE;
}
.AnyTagClassName
{
color: #79C2CE;
}
</style>
background-color css
<style>
a { background-color: #79C2CE; }
a { background-color: rgb(121,194,206); }
div.DivClassName
{
background-color: #79C2CE;
}
.BgClassName
{
background-color: #79C2CE;
}
</style>
border-color css
<style>
span { border-color: #79C2CE; }
span { border-color: rgb(121,194,206); }
td.TdClassName
{
border-color: #79C2CE;
}
.TagClassName
{
border-color: #79C2CE;
}
</style>