Shades of Seagull #67C0C9
Tints of Seagull #67C0C9
RGB
CMYK
RGB Variations
Color information
#67C0C9 (or 0x67C0C9) is known color: Seagull. HEX triplet: 67, C0 and C9. RGB value is (103,192,201). Sum of RGB (Red+Green+Blue) = 103+192+201=496 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.77% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #67C0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C0C9 is #983F36. Grayscale: #A6A6A6. Windows color (decimal): -9977655 or 13221991. OLE color: 13221991.
HSL color Cylindrical-coordinate representation of color #67C0C9: hue angle of 185.51º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67C0C9 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 192 | 201 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.21 |
| HSL | 185.51º | 0.48% | 0.6% | - |
| HSV(B) | 185.51º | 0.49% | 0.79% | - |
| XYZ | 34.99 | 44.8 | 62.06 | - |
| YUV | 166.42 | 147.51 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 192 | 201 | 0.49 | 0.04 | 0 | 0.21 | 185.51 | 0.48 | 0.6 |
| Hex | 67 | C0 | C9 | 31 | 4 | 0 | 15 | BA | 30 | 3C |
| Octal | 147 | 300 | 311 | 61 | 4 | 0 | 25 | 272 | 60 | 74 |
| Binary | 1100111 | 11000000 | 11001001 | 110001 | 100 | 0 | 10101 | 10111010 | 110000 | 111100 |
Color Harmonies of #67C0C9
Complementary color
Monochromatic Colors of #67C0C9
Black with #67C0C9
Text Example
Text Example
White with #67C0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C0C9; }
p { color: rgb(103,192,201); }
H1.HeaderClassName
{
color: #67C0C9;
}
.AnyTagClassName
{
color: #67C0C9;
}
</style>
background-color css
<style>
a { background-color: #67C0C9; }
a { background-color: rgb(103,192,201); }
div.DivClassName
{
background-color: #67C0C9;
}
.BgClassName
{
background-color: #67C0C9;
}
</style>
border-color css
<style>
span { border-color: #67C0C9; }
span { border-color: rgb(103,192,201); }
td.TdClassName
{
border-color: #67C0C9;
}
.TagClassName
{
border-color: #67C0C9;
}
</style>