#C0FFEB

Color #C0FFEB Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #C0FFEB

Tints of Humming Bird #C0FFEB

Color information

#C0FFEB (or 0xC0FFEB) is unknown color: approx Humming Bird. HEX triplet: C0, FF and EB. RGB value is (192,255,235). Sum of RGB (Red+Green+Blue) = 192+255+235=682 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.15% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFEB is #3F0014. Grayscale: #E9E9E9. Windows color (decimal): -4128789 or 15466432. OLE color: 15466432.

HSL color Cylindrical-coordinate representation of color #C0FFEB: hue angle of 160.95º 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 #C0FFEB is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB192255235-
CMYK0.2500.080
HSL160.95º100%87.65%-
HSV(B)160.95º24.71%100%-
XYZ72.4988.7291.9-
YUV233.88128.6398.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 28.15%
GREEN value IS 255 (100% from 255) = 37.39%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=28.15%
G=37.39%
B=34.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922552350.2500.080160.9510087.65
HexC0FFEB19080a16458
Octal300377353310100241144130
Binary110000001111111111101011110010100001010000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FFEB; }

 p { color: rgb(192,255,235); }

 H1.HeaderClassName
 {
   color: #C0FFEB;
 }
 .AnyTagClassName
 {
   color: #C0FFEB;
 }
</style>
background-color css

<style>
 a { background-color: #C0FFEB; }

 a { background-color: rgb(192,255,235); }

 div.DivClassName
 {
   background-color: #C0FFEB;
 }
 .BgClassName
 {
   background-color: #C0FFEB;
 }
</style>
border-color css

<style>
 span { border-color: #C0FFEB; }

 span { border-color: rgb(192,255,235); }

 td.TdClassName
 {
   border-color: #C0FFEB;
 }
 .TagClassName
 {
   border-color: #C0FFEB;
 }
</style>