Shades of Humming Bird #C8FFEA
Tints of Humming Bird #C8FFEA
RGB
CMYK
RGB Variations
Color information
#C8FFEA (or 0xC8FFEA) is known color: Humming Bird. HEX triplet: C8, FF and EA. RGB value is (200,255,234). Sum of RGB (Red+Green+Blue) = 200+255+234=689 (91% of max value = 765). Red value is 200 (78.52% from 255 or 29.03% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FFEA is #370015. Grayscale: #ECECEC. Windows color (decimal): -3604502 or 15400904. OLE color: 15400904.
HSL color Cylindrical-coordinate representation of color #C8FFEA: hue angle of 157.09º 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 #C8FFEA is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 234 | - |
| CMYK | 0.22 | 0 | 0.08 | 0 |
| HSL | 157.09º | 1% | 0.89% | - |
| HSV(B) | 157.09º | 0.22% | 1% | - |
| XYZ | 74.43 | 89.74 | 91.24 | - |
| YUV | 236.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 234 | 0.22 | 0 | 0.08 | 0 | 157.09 | 1 | 0.89 |
| Hex | C8 | FF | EA | 16 | 0 | 8 | 0 | 9D | 64 | 59 |
| Octal | 310 | 377 | 352 | 26 | 0 | 10 | 0 | 235 | 144 | 131 |
| Binary | 11001000 | 11111111 | 11101010 | 10110 | 0 | 1000 | 0 | 10011101 | 1100100 | 1011001 |
Color Harmonies of #C8FFEA
Complementary color
Monochromatic Colors of #C8FFEA
Black with #C8FFEA
Text Example
Text Example
White with #C8FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFEA; }
p { color: rgb(200,255,234); }
H1.HeaderClassName
{
color: #C8FFEA;
}
.AnyTagClassName
{
color: #C8FFEA;
}
</style>
background-color css
<style>
a { background-color: #C8FFEA; }
a { background-color: rgb(200,255,234); }
div.DivClassName
{
background-color: #C8FFEA;
}
.BgClassName
{
background-color: #C8FFEA;
}
</style>
border-color css
<style>
span { border-color: #C8FFEA; }
span { border-color: rgb(200,255,234); }
td.TdClassName
{
border-color: #C8FFEA;
}
.TagClassName
{
border-color: #C8FFEA;
}
</style>