Shades of Humming Bird #C3FFEA
Tints of Humming Bird #C3FFEA
RGB
CMYK
RGB Variations
Color information
#C3FFEA (or 0xC3FFEA) is known color: Humming Bird. HEX triplet: C3, FF and EA. RGB value is (195,255,234). Sum of RGB (Red+Green+Blue) = 195+255+234=684 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.51% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FFEA is #3C0015. Grayscale: #EAEAEA. Windows color (decimal): -3932182 or 15400899. OLE color: 15400899.
HSL color Cylindrical-coordinate representation of color #C3FFEA: hue angle of 159º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3FFEA is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 234 | - |
| CMYK | 0.24 | 0 | 0.08 | 0 |
| HSL | 159º | 1% | 0.88% | - |
| HSV(B) | 159º | 0.24% | 1% | - |
| XYZ | 73.12 | 89.06 | 91.18 | - |
| YUV | 234.67 | 127.62 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 234 | 0.24 | 0 | 0.08 | 0 | 159 | 1 | 0.88 |
| Hex | C3 | FF | EA | 18 | 0 | 8 | 0 | 9F | 64 | 58 |
| Octal | 303 | 377 | 352 | 30 | 0 | 10 | 0 | 237 | 144 | 130 |
| Binary | 11000011 | 11111111 | 11101010 | 11000 | 0 | 1000 | 0 | 10011111 | 1100100 | 1011000 |
Color Harmonies of #C3FFEA
Complementary color
Monochromatic Colors of #C3FFEA
Black with #C3FFEA
Text Example
Text Example
White with #C3FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFEA; }
p { color: rgb(195,255,234); }
H1.HeaderClassName
{
color: #C3FFEA;
}
.AnyTagClassName
{
color: #C3FFEA;
}
</style>
background-color css
<style>
a { background-color: #C3FFEA; }
a { background-color: rgb(195,255,234); }
div.DivClassName
{
background-color: #C3FFEA;
}
.BgClassName
{
background-color: #C3FFEA;
}
</style>
border-color css
<style>
span { border-color: #C3FFEA; }
span { border-color: rgb(195,255,234); }
td.TdClassName
{
border-color: #C3FFEA;
}
.TagClassName
{
border-color: #C3FFEA;
}
</style>