Shades of Humming Bird #C0FFF0
Tints of Humming Bird #C0FFF0
RGB
CMYK
RGB Variations
Color information
#C0FFF0 (or 0xC0FFF0) is known color: Humming Bird. HEX triplet: C0, FF and F0. RGB value is (192,255,240). Sum of RGB (Red+Green+Blue) = 192+255+240=687 (90% of max value = 765). Red value is 192 (75.39% from 255 or 27.95% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFF0 is #3F000F. Grayscale: #EAEAEA. Windows color (decimal): -4128784 or 15794112. OLE color: 15794112.
HSL color Cylindrical-coordinate representation of color #C0FFF0: hue angle of 165.71º 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 #C0FFF0 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 240 | - |
CMYK | 0.25 | 0 | 0.06 | 0 |
HSL | 165.71º | 1% | 0.88% | - |
HSV(B) | 165.71º | 0.25% | 1% | - |
XYZ | 73.23 | 89.02 | 95.76 | - |
YUV | 234.45 | 131.13 | 97.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 240 | 0.25 | 0 | 0.06 | 0 | 165.71 | 1 | 0.88 |
Hex | C0 | FF | F0 | 19 | 0 | 6 | 0 | A6 | 64 | 58 |
Octal | 300 | 377 | 360 | 31 | 0 | 6 | 0 | 246 | 144 | 130 |
Binary | 11000000 | 11111111 | 11110000 | 11001 | 0 | 110 | 0 | 10100110 | 1100100 | 1011000 |
Color Harmonies of #C0FFF0
Complementary color
Monochromatic Colors of #C0FFF0
Black with #C0FFF0
Text Example
Text Example
White with #C0FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFF0; }
p { color: rgb(192,255,240); }
H1.HeaderClassName
{
color: #C0FFF0;
}
.AnyTagClassName
{
color: #C0FFF0;
}
</style>
background-color css
<style>
a { background-color: #C0FFF0; }
a { background-color: rgb(192,255,240); }
div.DivClassName
{
background-color: #C0FFF0;
}
.BgClassName
{
background-color: #C0FFF0;
}
</style>
border-color css
<style>
span { border-color: #C0FFF0; }
span { border-color: rgb(192,255,240); }
td.TdClassName
{
border-color: #C0FFF0;
}
.TagClassName
{
border-color: #C0FFF0;
}
</style>