Shades of Seagull #68C1CE
Tints of Seagull #68C1CE
RGB
CMYK
RGB Variations
Color information
#68C1CE (or 0x68C1CE) is known color: Seagull. HEX triplet: 68, C1 and CE. RGB value is (104,193,206). Sum of RGB (Red+Green+Blue) = 104+193+206=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #68C1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C1CE is #973E31. Grayscale: #A7A7A7. Windows color (decimal): -9911858 or 13549928. OLE color: 13549928.
HSL color Cylindrical-coordinate representation of color #68C1CE: hue angle of 187.65º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68C1CE is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 193 | 206 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.19 |
| HSL | 187.65º | 0.51% | 0.61% | - |
| HSV(B) | 187.65º | 0.5% | 0.81% | - |
| XYZ | 35.92 | 45.54 | 65.29 | - |
| YUV | 167.87 | 149.51 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 206 | 0.50 | 0.06 | 0 | 0.19 | 187.65 | 0.51 | 0.61 |
| Hex | 68 | C1 | CE | 32 | 6 | 0 | 13 | BC | 33 | 3D |
| Octal | 150 | 301 | 316 | 62 | 6 | 0 | 23 | 274 | 63 | 75 |
| Binary | 1101000 | 11000001 | 11001110 | 110010 | 110 | 0 | 10011 | 10111100 | 110011 | 111101 |
Color Harmonies of #68C1CE
Complementary color
Monochromatic Colors of #68C1CE
Black with #68C1CE
Text Example
Text Example
White with #68C1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C1CE; }
p { color: rgb(104,193,206); }
H1.HeaderClassName
{
color: #68C1CE;
}
.AnyTagClassName
{
color: #68C1CE;
}
</style>
background-color css
<style>
a { background-color: #68C1CE; }
a { background-color: rgb(104,193,206); }
div.DivClassName
{
background-color: #68C1CE;
}
.BgClassName
{
background-color: #68C1CE;
}
</style>
border-color css
<style>
span { border-color: #68C1CE; }
span { border-color: rgb(104,193,206); }
td.TdClassName
{
border-color: #68C1CE;
}
.TagClassName
{
border-color: #68C1CE;
}
</style>