#C4F0BD

Color #C4F0BD Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #C4F0BD

Tints of Tea Green #C4F0BD

Color information

#C4F0BD (or 0xC4F0BD) is unknown color: approx Tea Green. HEX triplet: C4, F0 and BD. RGB value is (196,240,189). Sum of RGB (Red+Green+Blue) = 196+240+189=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F0BD is #3B0F42. Grayscale: #DDDDDD. Windows color (decimal): -3870531 or 12447940. OLE color: 12447940.

HSL color Cylindrical-coordinate representation of color #C4F0BD: hue angle of 111.76º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4F0BD is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB196240189-
CMYK0.1800.210.06
HSL111.76º62.96%84.12%-
HSV(B)111.76º21.25%94.12%-
XYZ63.1177.7359.82-
YUV221.03109.92110.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.36%
GREEN value IS 240 (94.14% from 255) = 38.4%
BLUE value IS 189 (74.22% from 255) = 30.24%
R=31.36%
G=38.4%
B=30.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1962401890.1800.210.06111.7662.9684.12
HexC4F0BD120156703f54
Octal30436027522025616077124
Binary1100010011110000101111011001001010111011100001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F0BD; }

 p { color: rgb(196,240,189); }

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

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

 a { background-color: rgb(196,240,189); }

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

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

 span { border-color: rgb(196,240,189); }

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