#C3FFEA

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

Shades of Humming Bird #C3FFEA

Tints of Humming Bird #C3FFEA

Color information

#C3FFEA (or 0xC3FFEA) is unknown color: approx 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

RGB195255234-
CMYK0.2400.080
HSL159º100%88.24%-
HSV(B)159º23.53%100%-
XYZ73.1289.0691.18-
YUV234.67127.6299.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.51%
GREEN value IS 255 (100% from 255) = 37.28%
BLUE value IS 234 (91.80% from 255) = 34.21%
R=28.51%
G=37.28%
B=34.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952552340.2400.08015910088.24
HexC3FFEA180809f6458
Octal303377352300100237144130
Binary110000111111111111101010110000100001001111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>