Shades of Seagull #7AC2CE
Tints of Seagull #7AC2CE
RGB
CMYK
RGB Variations
Color information
#7AC2CE (or 0x7AC2CE) is known color: Seagull. HEX triplet: 7A, C2 and CE. RGB value is (122,194,206). Sum of RGB (Red+Green+Blue) = 122+194+206=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AC2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC2CE is #853D31. Grayscale: #ADADAD. Windows color (decimal): -8731954 or 13550202. OLE color: 13550202.
HSL color Cylindrical-coordinate representation of color #7AC2CE: hue angle of 188.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AC2CE is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 194 | 206 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.19 |
| HSL | 188.57º | 0.46% | 0.64% | - |
| HSV(B) | 188.57º | 0.41% | 0.81% | - |
| XYZ | 38.46 | 47.18 | 65.47 | - |
| YUV | 173.84 | 146.15 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 206 | 0.41 | 0.06 | 0 | 0.19 | 188.57 | 0.46 | 0.64 |
| Hex | 7A | C2 | CE | 29 | 6 | 0 | 13 | BD | 2E | 40 |
| Octal | 172 | 302 | 316 | 51 | 6 | 0 | 23 | 275 | 56 | 100 |
| Binary | 1111010 | 11000010 | 11001110 | 101001 | 110 | 0 | 10011 | 10111101 | 101110 | 1000000 |
Color Harmonies of #7AC2CE
Complementary color
Monochromatic Colors of #7AC2CE
Black with #7AC2CE
Text Example
Text Example
White with #7AC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC2CE; }
p { color: rgb(122,194,206); }
H1.HeaderClassName
{
color: #7AC2CE;
}
.AnyTagClassName
{
color: #7AC2CE;
}
</style>
background-color css
<style>
a { background-color: #7AC2CE; }
a { background-color: rgb(122,194,206); }
div.DivClassName
{
background-color: #7AC2CE;
}
.BgClassName
{
background-color: #7AC2CE;
}
</style>
border-color css
<style>
span { border-color: #7AC2CE; }
span { border-color: rgb(122,194,206); }
td.TdClassName
{
border-color: #7AC2CE;
}
.TagClassName
{
border-color: #7AC2CE;
}
</style>