#C0FBEA

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

Shades of Humming Bird #C0FBEA

Tints of Humming Bird #C0FBEA

Color information

#C0FBEA (or 0xC0FBEA) is unknown color: approx Humming Bird. HEX triplet: C0, FB and EA. RGB value is (192,251,234). Sum of RGB (Red+Green+Blue) = 192+251+234=677 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.36% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FBEA is #3F0415. Grayscale: #E7E7E7. Windows color (decimal): -4129814 or 15399872. OLE color: 15399872.

HSL color Cylindrical-coordinate representation of color #C0FBEA: hue angle of 162.71º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FBEA is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB192251234-
CMYK0.2400.070.02
HSL162.71º88.06%86.86%-
HSV(B)162.71º23.51%98.43%-
XYZ71.0986.1490.72-
YUV231.42129.4599.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.36%
GREEN value IS 251 (98.44% from 255) = 37.08%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=28.36%
G=37.08%
B=34.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922512340.2400.070.02162.7188.0686.86
HexC0FBEA18072a35857
Octal30037335230072243130127
Binary110000001111101111101010110000111101010001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FBEA; }

 p { color: rgb(192,251,234); }

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

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

 a { background-color: rgb(192,251,234); }

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

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

 span { border-color: rgb(192,251,234); }

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