Shades of Seagull #68C4CB
Tints of Seagull #68C4CB
RGB
CMYK
RGB Variations
Color information
#68C4CB (or 0x68C4CB) is known color: Seagull. HEX triplet: 68, C4 and CB. RGB value is (104,196,203). Sum of RGB (Red+Green+Blue) = 104+196+203=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #68C4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C4CB is #973B34. Grayscale: #A9A9A9. Windows color (decimal): -9911093 or 13354088. OLE color: 13354088.
HSL color Cylindrical-coordinate representation of color #68C4CB: hue angle of 184.24º 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 #68C4CB is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 196 | 203 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.20 |
| HSL | 184.24º | 0.49% | 0.6% | - |
| HSV(B) | 184.24º | 0.49% | 0.8% | - |
| XYZ | 36.23 | 46.73 | 63.61 | - |
| YUV | 169.29 | 147.02 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 196 | 203 | 0.49 | 0.03 | 0 | 0.20 | 184.24 | 0.49 | 0.6 |
| Hex | 68 | C4 | CB | 31 | 3 | 0 | 14 | B8 | 31 | 3C |
| Octal | 150 | 304 | 313 | 61 | 3 | 0 | 24 | 270 | 61 | 74 |
| Binary | 1101000 | 11000100 | 11001011 | 110001 | 11 | 0 | 10100 | 10111000 | 110001 | 111100 |
Color Harmonies of #68C4CB
Complementary color
Monochromatic Colors of #68C4CB
Black with #68C4CB
Text Example
Text Example
White with #68C4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C4CB; }
p { color: rgb(104,196,203); }
H1.HeaderClassName
{
color: #68C4CB;
}
.AnyTagClassName
{
color: #68C4CB;
}
</style>
background-color css
<style>
a { background-color: #68C4CB; }
a { background-color: rgb(104,196,203); }
div.DivClassName
{
background-color: #68C4CB;
}
.BgClassName
{
background-color: #68C4CB;
}
</style>
border-color css
<style>
span { border-color: #68C4CB; }
span { border-color: rgb(104,196,203); }
td.TdClassName
{
border-color: #68C4CB;
}
.TagClassName
{
border-color: #68C4CB;
}
</style>