Shades of Seagull #68C5CB
Tints of Seagull #68C5CB
RGB
CMYK
RGB Variations
Color information
#68C5CB (or 0x68C5CB) is known color: Seagull. HEX triplet: 68, C5 and CB. RGB value is (104,197,203). Sum of RGB (Red+Green+Blue) = 104+197+203=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #68C5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5CB is #973A34. Grayscale: #A9A9A9. Windows color (decimal): -9910837 or 13354344. OLE color: 13354344.
HSL color Cylindrical-coordinate representation of color #68C5CB: hue angle of 183.64º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68C5CB is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 197 | 203 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.20 |
| HSL | 183.64º | 0.49% | 0.6% | - |
| HSV(B) | 183.64º | 0.49% | 0.8% | - |
| XYZ | 36.45 | 47.19 | 63.69 | - |
| YUV | 169.88 | 146.69 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 197 | 203 | 0.49 | 0.03 | 0 | 0.20 | 183.64 | 0.49 | 0.6 |
| Hex | 68 | C5 | CB | 31 | 3 | 0 | 14 | B8 | 31 | 3C |
| Octal | 150 | 305 | 313 | 61 | 3 | 0 | 24 | 270 | 61 | 74 |
| Binary | 1101000 | 11000101 | 11001011 | 110001 | 11 | 0 | 10100 | 10111000 | 110001 | 111100 |
Color Harmonies of #68C5CB
Complementary color
Monochromatic Colors of #68C5CB
Black with #68C5CB
Text Example
Text Example
White with #68C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C5CB; }
p { color: rgb(104,197,203); }
H1.HeaderClassName
{
color: #68C5CB;
}
.AnyTagClassName
{
color: #68C5CB;
}
</style>
background-color css
<style>
a { background-color: #68C5CB; }
a { background-color: rgb(104,197,203); }
div.DivClassName
{
background-color: #68C5CB;
}
.BgClassName
{
background-color: #68C5CB;
}
</style>
border-color css
<style>
span { border-color: #68C5CB; }
span { border-color: rgb(104,197,203); }
td.TdClassName
{
border-color: #68C5CB;
}
.TagClassName
{
border-color: #68C5CB;
}
</style>