Shades of Seagull #70C0CD
Tints of Seagull #70C0CD
RGB
CMYK
RGB Variations
Color information
#70C0CD (or 0x70C0CD) is known color: Seagull. HEX triplet: 70, C0 and CD. RGB value is (112,192,205). Sum of RGB (Red+Green+Blue) = 112+192+205=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #70C0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C0CD is #8F3F32. Grayscale: #A9A9A9. Windows color (decimal): -9387827 or 13484144. OLE color: 13484144.
HSL color Cylindrical-coordinate representation of color #70C0CD: hue angle of 188.39º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70C0CD is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 192 | 205 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.20 |
| HSL | 188.39º | 0.48% | 0.62% | - |
| HSV(B) | 188.39º | 0.45% | 0.8% | - |
| XYZ | 36.55 | 45.55 | 64.62 | - |
| YUV | 169.56 | 148 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 205 | 0.45 | 0.06 | 0 | 0.20 | 188.39 | 0.48 | 0.62 |
| Hex | 70 | C0 | CD | 2D | 6 | 0 | 14 | BC | 30 | 3E |
| Octal | 160 | 300 | 315 | 55 | 6 | 0 | 24 | 274 | 60 | 76 |
| Binary | 1110000 | 11000000 | 11001101 | 101101 | 110 | 0 | 10100 | 10111100 | 110000 | 111110 |
Color Harmonies of #70C0CD
Complementary color
Monochromatic Colors of #70C0CD
Black with #70C0CD
Text Example
Text Example
White with #70C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C0CD; }
p { color: rgb(112,192,205); }
H1.HeaderClassName
{
color: #70C0CD;
}
.AnyTagClassName
{
color: #70C0CD;
}
</style>
background-color css
<style>
a { background-color: #70C0CD; }
a { background-color: rgb(112,192,205); }
div.DivClassName
{
background-color: #70C0CD;
}
.BgClassName
{
background-color: #70C0CD;
}
</style>
border-color css
<style>
span { border-color: #70C0CD; }
span { border-color: rgb(112,192,205); }
td.TdClassName
{
border-color: #70C0CD;
}
.TagClassName
{
border-color: #70C0CD;
}
</style>