Shades of Seagull #68C0CD
Tints of Seagull #68C0CD
RGB
CMYK
RGB Variations
Color information
#68C0CD (or 0x68C0CD) is known color: Seagull. HEX triplet: 68, C0 and CD. RGB value is (104,192,205). Sum of RGB (Red+Green+Blue) = 104+192+205=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #68C0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C0CD is #973F32. Grayscale: #A7A7A7. Windows color (decimal): -9912115 or 13484136. OLE color: 13484136.
HSL color Cylindrical-coordinate representation of color #68C0CD: hue angle of 187.72º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68C0CD is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 192 | 205 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.20 |
| HSL | 187.72º | 0.5% | 0.61% | - |
| HSV(B) | 187.72º | 0.49% | 0.8% | - |
| XYZ | 35.58 | 45.05 | 64.58 | - |
| YUV | 167.17 | 149.35 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 205 | 0.49 | 0.06 | 0 | 0.20 | 187.72 | 0.5 | 0.61 |
| Hex | 68 | C0 | CD | 31 | 6 | 0 | 14 | BC | 32 | 3D |
| Octal | 150 | 300 | 315 | 61 | 6 | 0 | 24 | 274 | 62 | 75 |
| Binary | 1101000 | 11000000 | 11001101 | 110001 | 110 | 0 | 10100 | 10111100 | 110010 | 111101 |
Color Harmonies of #68C0CD
Complementary color
Monochromatic Colors of #68C0CD
Black with #68C0CD
Text Example
Text Example
White with #68C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C0CD; }
p { color: rgb(104,192,205); }
H1.HeaderClassName
{
color: #68C0CD;
}
.AnyTagClassName
{
color: #68C0CD;
}
</style>
background-color css
<style>
a { background-color: #68C0CD; }
a { background-color: rgb(104,192,205); }
div.DivClassName
{
background-color: #68C0CD;
}
.BgClassName
{
background-color: #68C0CD;
}
</style>
border-color css
<style>
span { border-color: #68C0CD; }
span { border-color: rgb(104,192,205); }
td.TdClassName
{
border-color: #68C0CD;
}
.TagClassName
{
border-color: #68C0CD;
}
</style>