Shades of Seagull #76AFC8
Tints of Seagull #76AFC8
RGB
CMYK
RGB Variations
Color information
#76AFC8 (or 0x76AFC8) is known color: Seagull. HEX triplet: 76, AF and C8. RGB value is (118,175,200). Sum of RGB (Red+Green+Blue) = 118+175+200=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 200 - color contains mainly: blue. Hex color #76AFC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AFC8 is #895037. Grayscale: #A0A0A0. Windows color (decimal): -8998968 or 13152118. OLE color: 13152118.
HSL color Cylindrical-coordinate representation of color #76AFC8: hue angle of 198.29º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76AFC8 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 175 | 200 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.22 |
| HSL | 198.29º | 0.43% | 0.62% | - |
| HSV(B) | 198.29º | 0.41% | 0.78% | - |
| XYZ | 33.23 | 38.68 | 60.36 | - |
| YUV | 160.81 | 150.12 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 200 | 0.41 | 0.12 | 0 | 0.22 | 198.29 | 0.43 | 0.62 |
| Hex | 76 | AF | C8 | 29 | C | 0 | 16 | C6 | 2B | 3E |
| Octal | 166 | 257 | 310 | 51 | 14 | 0 | 26 | 306 | 53 | 76 |
| Binary | 1110110 | 10101111 | 11001000 | 101001 | 1100 | 0 | 10110 | 11000110 | 101011 | 111110 |
Color Harmonies of #76AFC8
Complementary color
Monochromatic Colors of #76AFC8
Black with #76AFC8
Text Example
Text Example
White with #76AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AFC8; }
p { color: rgb(118,175,200); }
H1.HeaderClassName
{
color: #76AFC8;
}
.AnyTagClassName
{
color: #76AFC8;
}
</style>
background-color css
<style>
a { background-color: #76AFC8; }
a { background-color: rgb(118,175,200); }
div.DivClassName
{
background-color: #76AFC8;
}
.BgClassName
{
background-color: #76AFC8;
}
</style>
border-color css
<style>
span { border-color: #76AFC8; }
span { border-color: rgb(118,175,200); }
td.TdClassName
{
border-color: #76AFC8;
}
.TagClassName
{
border-color: #76AFC8;
}
</style>