Shades of Humming Bird #C0FCF1
Tints of Humming Bird #C0FCF1
RGB
CMYK
RGB Variations
Color information
#C0FCF1 (or 0xC0FCF1) is known color: Humming Bird. HEX triplet: C0, FC and F1. RGB value is (192,252,241). Sum of RGB (Red+Green+Blue) = 192+252+241=685 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.03% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FCF1 is #3F030E. Grayscale: #E8E8E8. Windows color (decimal): -4129551 or 15858880. OLE color: 15858880.
HSL color Cylindrical-coordinate representation of color #C0FCF1: hue angle of 169º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FCF1 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 241 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.01 |
| HSL | 169º | 0.91% | 0.87% | - |
| HSV(B) | 169º | 0.24% | 0.99% | - |
| XYZ | 72.43 | 87.18 | 96.23 | - |
| YUV | 232.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 241 | 0.24 | 0 | 0.04 | 0.01 | 169 | 0.91 | 0.87 |
| Hex | C0 | FC | F1 | 18 | 0 | 4 | 1 | A9 | 5B | 57 |
| Octal | 300 | 374 | 361 | 30 | 0 | 4 | 1 | 251 | 133 | 127 |
| Binary | 11000000 | 11111100 | 11110001 | 11000 | 0 | 100 | 1 | 10101001 | 1011011 | 1010111 |
Color Harmonies of #C0FCF1
Complementary color
Monochromatic Colors of #C0FCF1
Black with #C0FCF1
Text Example
Text Example
White with #C0FCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCF1; }
p { color: rgb(192,252,241); }
H1.HeaderClassName
{
color: #C0FCF1;
}
.AnyTagClassName
{
color: #C0FCF1;
}
</style>
background-color css
<style>
a { background-color: #C0FCF1; }
a { background-color: rgb(192,252,241); }
div.DivClassName
{
background-color: #C0FCF1;
}
.BgClassName
{
background-color: #C0FCF1;
}
</style>
border-color css
<style>
span { border-color: #C0FCF1; }
span { border-color: rgb(192,252,241); }
td.TdClassName
{
border-color: #C0FCF1;
}
.TagClassName
{
border-color: #C0FCF1;
}
</style>