Shades of Humming Bird #C0FFEA
Tints of Humming Bird #C0FFEA
RGB
CMYK
RGB Variations
Color information
#C0FFEA (or 0xC0FFEA) is known color: Humming Bird. HEX triplet: C0, FF and EA. RGB value is (192,255,234). Sum of RGB (Red+Green+Blue) = 192+255+234=681 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.19% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFEA is #3F0015. Grayscale: #E9E9E9. Windows color (decimal): -4128790 or 15400896. OLE color: 15400896.
HSL color Cylindrical-coordinate representation of color #C0FFEA: hue angle of 160º 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 #C0FFEA is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 234 | - |
CMYK | 0.25 | 0 | 0.08 | 0 |
HSL | 160º | 1% | 0.88% | - |
HSV(B) | 160º | 0.25% | 1% | - |
XYZ | 72.35 | 88.67 | 91.14 | - |
YUV | 233.77 | 128.13 | 98.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 234 | 0.25 | 0 | 0.08 | 0 | 160 | 1 | 0.88 |
Hex | C0 | FF | EA | 19 | 0 | 8 | 0 | A0 | 64 | 58 |
Octal | 300 | 377 | 352 | 31 | 0 | 10 | 0 | 240 | 144 | 130 |
Binary | 11000000 | 11111111 | 11101010 | 11001 | 0 | 1000 | 0 | 10100000 | 1100100 | 1011000 |
Color Harmonies of #C0FFEA
Complementary color
Monochromatic Colors of #C0FFEA
Black with #C0FFEA
Text Example
Text Example
White with #C0FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFEA; }
p { color: rgb(192,255,234); }
H1.HeaderClassName
{
color: #C0FFEA;
}
.AnyTagClassName
{
color: #C0FFEA;
}
</style>
background-color css
<style>
a { background-color: #C0FFEA; }
a { background-color: rgb(192,255,234); }
div.DivClassName
{
background-color: #C0FFEA;
}
.BgClassName
{
background-color: #C0FFEA;
}
</style>
border-color css
<style>
span { border-color: #C0FFEA; }
span { border-color: rgb(192,255,234); }
td.TdClassName
{
border-color: #C0FFEA;
}
.TagClassName
{
border-color: #C0FFEA;
}
</style>