Shades of Seagull #76BED0
Tints of Seagull #76BED0
RGB
CMYK
RGB Variations
Color information
#76BED0 (or 0x76BED0) is known color: Seagull. HEX triplet: 76, BE and D0. RGB value is (118,190,208). Sum of RGB (Red+Green+Blue) = 118+190+208=516 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.87% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #76BED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BED0 is #89412F. Grayscale: #AAAAAA. Windows color (decimal): -8995120 or 13680246. OLE color: 13680246.
HSL color Cylindrical-coordinate representation of color #76BED0: hue angle of 192º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76BED0 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 190 | 208 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.18 |
| HSL | 192º | 0.49% | 0.64% | - |
| HSV(B) | 192º | 0.43% | 0.82% | - |
| XYZ | 37.27 | 45.23 | 66.44 | - |
| YUV | 170.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 208 | 0.43 | 0.09 | 0 | 0.18 | 192 | 0.49 | 0.64 |
| Hex | 76 | BE | D0 | 2B | 9 | 0 | 12 | C0 | 31 | 40 |
| Octal | 166 | 276 | 320 | 53 | 11 | 0 | 22 | 300 | 61 | 100 |
| Binary | 1110110 | 10111110 | 11010000 | 101011 | 1001 | 0 | 10010 | 11000000 | 110001 | 1000000 |
Color Harmonies of #76BED0
Complementary color
Monochromatic Colors of #76BED0
Black with #76BED0
Text Example
Text Example
White with #76BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BED0; }
p { color: rgb(118,190,208); }
H1.HeaderClassName
{
color: #76BED0;
}
.AnyTagClassName
{
color: #76BED0;
}
</style>
background-color css
<style>
a { background-color: #76BED0; }
a { background-color: rgb(118,190,208); }
div.DivClassName
{
background-color: #76BED0;
}
.BgClassName
{
background-color: #76BED0;
}
</style>
border-color css
<style>
span { border-color: #76BED0; }
span { border-color: rgb(118,190,208); }
td.TdClassName
{
border-color: #76BED0;
}
.TagClassName
{
border-color: #76BED0;
}
</style>