Shades of Seagull #67BBCB
Tints of Seagull #67BBCB
RGB
CMYK
RGB Variations
Color information
#67BBCB (or 0x67BBCB) is known color: Seagull. HEX triplet: 67, BB and CB. RGB value is (103,187,203). Sum of RGB (Red+Green+Blue) = 103+187+203=493 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.89% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #67BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BBCB is #984434. Grayscale: #A3A3A3. Windows color (decimal): -9978933 or 13351783. OLE color: 13351783.
HSL color Cylindrical-coordinate representation of color #67BBCB: hue angle of 189.6º 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 #67BBCB is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 187 | 203 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.20 |
| HSL | 189.6º | 0.49% | 0.6% | - |
| HSV(B) | 189.6º | 0.49% | 0.8% | - |
| XYZ | 34.14 | 42.74 | 62.95 | - |
| YUV | 163.71 | 150.17 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 203 | 0.49 | 0.08 | 0 | 0.20 | 189.6 | 0.49 | 0.6 |
| Hex | 67 | BB | CB | 31 | 8 | 0 | 14 | BE | 31 | 3C |
| Octal | 147 | 273 | 313 | 61 | 10 | 0 | 24 | 276 | 61 | 74 |
| Binary | 1100111 | 10111011 | 11001011 | 110001 | 1000 | 0 | 10100 | 10111110 | 110001 | 111100 |
Color Harmonies of #67BBCB
Complementary color
Monochromatic Colors of #67BBCB
Black with #67BBCB
Text Example
Text Example
White with #67BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BBCB; }
p { color: rgb(103,187,203); }
H1.HeaderClassName
{
color: #67BBCB;
}
.AnyTagClassName
{
color: #67BBCB;
}
</style>
background-color css
<style>
a { background-color: #67BBCB; }
a { background-color: rgb(103,187,203); }
div.DivClassName
{
background-color: #67BBCB;
}
.BgClassName
{
background-color: #67BBCB;
}
</style>
border-color css
<style>
span { border-color: #67BBCB; }
span { border-color: rgb(103,187,203); }
td.TdClassName
{
border-color: #67BBCB;
}
.TagClassName
{
border-color: #67BBCB;
}
</style>