Shades of Seagull #67C3CE
Tints of Seagull #67C3CE
RGB
CMYK
RGB Variations
Color information
#67C3CE (or 0x67C3CE) is known color: Seagull. HEX triplet: 67, C3 and CE. RGB value is (103,195,206). Sum of RGB (Red+Green+Blue) = 103+195+206=504 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.44% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #67C3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C3CE is #983C31. Grayscale: #A8A8A8. Windows color (decimal): -9976882 or 13550439. OLE color: 13550439.
HSL color Cylindrical-coordinate representation of color #67C3CE: hue angle of 186.41º degrees, saturation: 0.51, 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 #67C3CE is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 195 | 206 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.19 |
| HSL | 186.41º | 0.51% | 0.61% | - |
| HSV(B) | 186.41º | 0.5% | 0.81% | - |
| XYZ | 36.25 | 46.37 | 65.43 | - |
| YUV | 168.75 | 149.02 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 195 | 206 | 0.50 | 0.05 | 0 | 0.19 | 186.41 | 0.51 | 0.61 |
| Hex | 67 | C3 | CE | 32 | 5 | 0 | 13 | BA | 33 | 3D |
| Octal | 147 | 303 | 316 | 62 | 5 | 0 | 23 | 272 | 63 | 75 |
| Binary | 1100111 | 11000011 | 11001110 | 110010 | 101 | 0 | 10011 | 10111010 | 110011 | 111101 |
Color Harmonies of #67C3CE
Complementary color
Monochromatic Colors of #67C3CE
Black with #67C3CE
Text Example
Text Example
White with #67C3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C3CE; }
p { color: rgb(103,195,206); }
H1.HeaderClassName
{
color: #67C3CE;
}
.AnyTagClassName
{
color: #67C3CE;
}
</style>
background-color css
<style>
a { background-color: #67C3CE; }
a { background-color: rgb(103,195,206); }
div.DivClassName
{
background-color: #67C3CE;
}
.BgClassName
{
background-color: #67C3CE;
}
</style>
border-color css
<style>
span { border-color: #67C3CE; }
span { border-color: rgb(103,195,206); }
td.TdClassName
{
border-color: #67C3CE;
}
.TagClassName
{
border-color: #67C3CE;
}
</style>