Shades of Humming Bird #C6FFEA
Tints of Humming Bird #C6FFEA
RGB
CMYK
RGB Variations
Color information
#C6FFEA (or 0xC6FFEA) is known color: Humming Bird. HEX triplet: C6, FF and EA. RGB value is (198,255,234). Sum of RGB (Red+Green+Blue) = 198+255+234=687 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.82% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FFEA is #390015. Grayscale: #EBEBEB. Windows color (decimal): -3735574 or 15400902. OLE color: 15400902.
HSL color Cylindrical-coordinate representation of color #C6FFEA: hue angle of 157.89º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6FFEA is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 255 | 234 | - |
| CMYK | 0.22 | 0 | 0.08 | 0 |
| HSL | 157.89º | 1% | 0.89% | - |
| HSV(B) | 157.89º | 0.22% | 1% | - |
| XYZ | 73.9 | 89.47 | 91.22 | - |
| YUV | 235.56 | 127.12 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 255 | 234 | 0.22 | 0 | 0.08 | 0 | 157.89 | 1 | 0.89 |
| Hex | C6 | FF | EA | 16 | 0 | 8 | 0 | 9E | 64 | 59 |
| Octal | 306 | 377 | 352 | 26 | 0 | 10 | 0 | 236 | 144 | 131 |
| Binary | 11000110 | 11111111 | 11101010 | 10110 | 0 | 1000 | 0 | 10011110 | 1100100 | 1011001 |
Color Harmonies of #C6FFEA
Complementary color
Monochromatic Colors of #C6FFEA
Black with #C6FFEA
Text Example
Text Example
White with #C6FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FFEA; }
p { color: rgb(198,255,234); }
H1.HeaderClassName
{
color: #C6FFEA;
}
.AnyTagClassName
{
color: #C6FFEA;
}
</style>
background-color css
<style>
a { background-color: #C6FFEA; }
a { background-color: rgb(198,255,234); }
div.DivClassName
{
background-color: #C6FFEA;
}
.BgClassName
{
background-color: #C6FFEA;
}
</style>
border-color css
<style>
span { border-color: #C6FFEA; }
span { border-color: rgb(198,255,234); }
td.TdClassName
{
border-color: #C6FFEA;
}
.TagClassName
{
border-color: #C6FFEA;
}
</style>