Shades of Humming Bird #C0FFEB
Tints of Humming Bird #C0FFEB
RGB
CMYK
RGB Variations
Color information
#C0FFEB (or 0xC0FFEB) is known color: Humming Bird. HEX triplet: C0, FF and EB. RGB value is (192,255,235). Sum of RGB (Red+Green+Blue) = 192+255+235=682 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.15% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFEB is #3F0014. Grayscale: #E9E9E9. Windows color (decimal): -4128789 or 15466432. OLE color: 15466432.
HSL color Cylindrical-coordinate representation of color #C0FFEB: hue angle of 160.95º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFEB is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 235 | - |
CMYK | 0.25 | 0 | 0.08 | 0 |
HSL | 160.95º | 1% | 0.88% | - |
HSV(B) | 160.95º | 0.25% | 1% | - |
XYZ | 72.49 | 88.72 | 91.9 | - |
YUV | 233.88 | 128.63 | 98.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 235 | 0.25 | 0 | 0.08 | 0 | 160.95 | 1 | 0.88 |
Hex | C0 | FF | EB | 19 | 0 | 8 | 0 | A1 | 64 | 58 |
Octal | 300 | 377 | 353 | 31 | 0 | 10 | 0 | 241 | 144 | 130 |
Binary | 11000000 | 11111111 | 11101011 | 11001 | 0 | 1000 | 0 | 10100001 | 1100100 | 1011000 |
Color Harmonies of #C0FFEB
Complementary color
Monochromatic Colors of #C0FFEB
Black with #C0FFEB
Text Example
Text Example
White with #C0FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFEB; }
p { color: rgb(192,255,235); }
H1.HeaderClassName
{
color: #C0FFEB;
}
.AnyTagClassName
{
color: #C0FFEB;
}
</style>
background-color css
<style>
a { background-color: #C0FFEB; }
a { background-color: rgb(192,255,235); }
div.DivClassName
{
background-color: #C0FFEB;
}
.BgClassName
{
background-color: #C0FFEB;
}
</style>
border-color css
<style>
span { border-color: #C0FFEB; }
span { border-color: rgb(192,255,235); }
td.TdClassName
{
border-color: #C0FFEB;
}
.TagClassName
{
border-color: #C0FFEB;
}
</style>