#C0FFEF

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

Shades of Humming Bird #C0FFEF

Tints of Humming Bird #C0FFEF

Color information

#C0FFEF (or 0xC0FFEF) is unknown color: approx Humming Bird. HEX triplet: C0, FF and EF. RGB value is (192,255,239). Sum of RGB (Red+Green+Blue) = 192+255+239=686 (90% of max value = 765). Red value is 192 (75.39% from 255 or 27.99% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFEF is #3F0010. Grayscale: #EAEAEA. Windows color (decimal): -4128785 or 15728576. OLE color: 15728576.

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

Color convert

RGB192255239-
CMYK0.2500.060
HSL164.76º100%87.65%-
HSV(B)164.76º24.71%100%-
XYZ73.0888.9694.98-
YUV234.34130.6397.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.99%
GREEN value IS 255 (100% from 255) = 37.17%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=27.99%
G=37.17%
B=34.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922552390.2500.060164.7610087.65
HexC0FFEF19060a56458
Octal30037735731060245144130
Binary11000000111111111110111111001011001010010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FFEF; }

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

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

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

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

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

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

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

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