Shades of Seagull #74C0CE
Tints of Seagull #74C0CE
RGB
CMYK
RGB Variations
Color information
#74C0CE (or 0x74C0CE) is known color: Seagull. HEX triplet: 74, C0 and CE. RGB value is (116,192,206). Sum of RGB (Red+Green+Blue) = 116+192+206=514 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.57% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #74C0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C0CE is #8B3F31. Grayscale: #AAAAAA. Windows color (decimal): -9125682 or 13549684. OLE color: 13549684.
HSL color Cylindrical-coordinate representation of color #74C0CE: hue angle of 189.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74C0CE is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 192 | 206 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.19 |
| HSL | 189.33º | 0.48% | 0.63% | - |
| HSV(B) | 189.33º | 0.44% | 0.81% | - |
| XYZ | 37.19 | 45.87 | 65.29 | - |
| YUV | 170.87 | 147.82 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 206 | 0.44 | 0.07 | 0 | 0.19 | 189.33 | 0.48 | 0.63 |
| Hex | 74 | C0 | CE | 2C | 7 | 0 | 13 | BD | 30 | 3F |
| Octal | 164 | 300 | 316 | 54 | 7 | 0 | 23 | 275 | 60 | 77 |
| Binary | 1110100 | 11000000 | 11001110 | 101100 | 111 | 0 | 10011 | 10111101 | 110000 | 111111 |
Color Harmonies of #74C0CE
Complementary color
Monochromatic Colors of #74C0CE
Black with #74C0CE
Text Example
Text Example
White with #74C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C0CE; }
p { color: rgb(116,192,206); }
H1.HeaderClassName
{
color: #74C0CE;
}
.AnyTagClassName
{
color: #74C0CE;
}
</style>
background-color css
<style>
a { background-color: #74C0CE; }
a { background-color: rgb(116,192,206); }
div.DivClassName
{
background-color: #74C0CE;
}
.BgClassName
{
background-color: #74C0CE;
}
</style>
border-color css
<style>
span { border-color: #74C0CE; }
span { border-color: rgb(116,192,206); }
td.TdClassName
{
border-color: #74C0CE;
}
.TagClassName
{
border-color: #74C0CE;
}
</style>