Shades of Seagull #67BFCF
Tints of Seagull #67BFCF
RGB
CMYK
RGB Variations
Color information
#67BFCF (or 0x67BFCF) is known color: Seagull. HEX triplet: 67, BF and CF. RGB value is (103,191,207). Sum of RGB (Red+Green+Blue) = 103+191+207=501 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.56% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #67BFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFCF is #984030. Grayscale: #A6A6A6. Windows color (decimal): -9977905 or 13614951. OLE color: 13614951.
HSL color Cylindrical-coordinate representation of color #67BFCF: hue angle of 189.23º degrees, saturation: 0.52, 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 #67BFCF is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 191 | 207 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.19 |
| HSL | 189.23º | 0.52% | 0.61% | - |
| HSV(B) | 189.23º | 0.5% | 0.81% | - |
| XYZ | 35.49 | 44.65 | 65.78 | - |
| YUV | 166.51 | 150.85 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 191 | 207 | 0.50 | 0.08 | 0 | 0.19 | 189.23 | 0.52 | 0.61 |
| Hex | 67 | BF | CF | 32 | 8 | 0 | 13 | BD | 34 | 3D |
| Octal | 147 | 277 | 317 | 62 | 10 | 0 | 23 | 275 | 64 | 75 |
| Binary | 1100111 | 10111111 | 11001111 | 110010 | 1000 | 0 | 10011 | 10111101 | 110100 | 111101 |
Color Harmonies of #67BFCF
Complementary color
Monochromatic Colors of #67BFCF
Black with #67BFCF
Text Example
Text Example
White with #67BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BFCF; }
p { color: rgb(103,191,207); }
H1.HeaderClassName
{
color: #67BFCF;
}
.AnyTagClassName
{
color: #67BFCF;
}
</style>
background-color css
<style>
a { background-color: #67BFCF; }
a { background-color: rgb(103,191,207); }
div.DivClassName
{
background-color: #67BFCF;
}
.BgClassName
{
background-color: #67BFCF;
}
</style>
border-color css
<style>
span { border-color: #67BFCF; }
span { border-color: rgb(103,191,207); }
td.TdClassName
{
border-color: #67BFCF;
}
.TagClassName
{
border-color: #67BFCF;
}
</style>