#C4F5EA

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

Shades of Humming Bird #C4F5EA

Tints of Humming Bird #C4F5EA

Color information

#C4F5EA (or 0xC4F5EA) is unknown color: approx Humming Bird. HEX triplet: C4, F5 and EA. RGB value is (196,245,234). Sum of RGB (Red+Green+Blue) = 196+245+234=675 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.04% from 675); Green value is 245 (96.09% from 255 or 36.30% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 245 - color contains mainly: green. Hex color #C4F5EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F5EA is #3B0A15. Grayscale: #E5E5E5. Windows color (decimal): -3869206 or 15398340. OLE color: 15398340.

HSL color Cylindrical-coordinate representation of color #C4F5EA: hue angle of 166.53º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4F5EA is Cyan = 0.2, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB196245234-
CMYK0.200.040.04
HSL166.53º71.01%86.47%-
HSV(B)166.53º20%96.08%-
XYZ70.2782.9890.16-
YUV229.09130.77104.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.04%
GREEN value IS 245 (96.09% from 255) = 36.30%
BLUE value IS 234 (91.80% from 255) = 34.67%
R=29.04%
G=36.30%
B=34.67%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1962452340.200.040.04166.5371.0186.47
HexC4F5EA14044a74756
Octal30436535224044247107126
Binary1100010011110101111010101010001001001010011110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F5EA; }

 p { color: rgb(196,245,234); }

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

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

 a { background-color: rgb(196,245,234); }

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

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

 span { border-color: rgb(196,245,234); }

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