Shades of Seagull #7AC1CB
Tints of Seagull #7AC1CB
RGB
CMYK
RGB Variations
Color information
#7AC1CB (or 0x7AC1CB) is known color: Seagull. HEX triplet: 7A, C1 and CB. RGB value is (122,193,203). Sum of RGB (Red+Green+Blue) = 122+193+203=518 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.55% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #7AC1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC1CB is #853E34. Grayscale: #ACACAC. Windows color (decimal): -8732213 or 13353338. OLE color: 13353338.
HSL color Cylindrical-coordinate representation of color #7AC1CB: hue angle of 187.41º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AC1CB is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 193 | 203 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.20 |
| HSL | 187.41º | 0.44% | 0.64% | - |
| HSV(B) | 187.41º | 0.4% | 0.8% | - |
| XYZ | 37.88 | 46.59 | 63.5 | - |
| YUV | 172.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 193 | 203 | 0.40 | 0.05 | 0 | 0.20 | 187.41 | 0.44 | 0.64 |
| Hex | 7A | C1 | CB | 28 | 5 | 0 | 14 | BB | 2C | 40 |
| Octal | 172 | 301 | 313 | 50 | 5 | 0 | 24 | 273 | 54 | 100 |
| Binary | 1111010 | 11000001 | 11001011 | 101000 | 101 | 0 | 10100 | 10111011 | 101100 | 1000000 |
Color Harmonies of #7AC1CB
Complementary color
Monochromatic Colors of #7AC1CB
Black with #7AC1CB
Text Example
Text Example
White with #7AC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC1CB; }
p { color: rgb(122,193,203); }
H1.HeaderClassName
{
color: #7AC1CB;
}
.AnyTagClassName
{
color: #7AC1CB;
}
</style>
background-color css
<style>
a { background-color: #7AC1CB; }
a { background-color: rgb(122,193,203); }
div.DivClassName
{
background-color: #7AC1CB;
}
.BgClassName
{
background-color: #7AC1CB;
}
</style>
border-color css
<style>
span { border-color: #7AC1CB; }
span { border-color: rgb(122,193,203); }
td.TdClassName
{
border-color: #7AC1CB;
}
.TagClassName
{
border-color: #7AC1CB;
}
</style>