Shades of Seagull #7BC3CF
Tints of Seagull #7BC3CF
RGB
CMYK
RGB Variations
Color information
#7BC3CF (or 0x7BC3CF) is known color: Seagull. HEX triplet: 7B, C3 and CF. RGB value is (123,195,207). Sum of RGB (Red+Green+Blue) = 123+195+207=525 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.43% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #7BC3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC3CF is #843C30. Grayscale: #AEAEAE. Windows color (decimal): -8666161 or 13615995. OLE color: 13615995.
HSL color Cylindrical-coordinate representation of color #7BC3CF: hue angle of 188.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BC3CF is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 195 | 207 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.19 |
| HSL | 188.57º | 0.47% | 0.65% | - |
| HSV(B) | 188.57º | 0.41% | 0.81% | - |
| XYZ | 38.95 | 47.75 | 66.19 | - |
| YUV | 174.84 | 146.15 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 195 | 207 | 0.41 | 0.06 | 0 | 0.19 | 188.57 | 0.47 | 0.65 |
| Hex | 7B | C3 | CF | 29 | 6 | 0 | 13 | BD | 2F | 41 |
| Octal | 173 | 303 | 317 | 51 | 6 | 0 | 23 | 275 | 57 | 101 |
| Binary | 1111011 | 11000011 | 11001111 | 101001 | 110 | 0 | 10011 | 10111101 | 101111 | 1000001 |
Color Harmonies of #7BC3CF
Complementary color
Monochromatic Colors of #7BC3CF
Black with #7BC3CF
Text Example
Text Example
White with #7BC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC3CF; }
p { color: rgb(123,195,207); }
H1.HeaderClassName
{
color: #7BC3CF;
}
.AnyTagClassName
{
color: #7BC3CF;
}
</style>
background-color css
<style>
a { background-color: #7BC3CF; }
a { background-color: rgb(123,195,207); }
div.DivClassName
{
background-color: #7BC3CF;
}
.BgClassName
{
background-color: #7BC3CF;
}
</style>
border-color css
<style>
span { border-color: #7BC3CF; }
span { border-color: rgb(123,195,207); }
td.TdClassName
{
border-color: #7BC3CF;
}
.TagClassName
{
border-color: #7BC3CF;
}
</style>