#C4F2BA

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

Shades of Tea Green #C4F2BA

Tints of Tea Green #C4F2BA

Color information

#C4F2BA (or 0xC4F2BA) is unknown color: approx Tea Green. HEX triplet: C4, F2 and BA. RGB value is (196,242,186). Sum of RGB (Red+Green+Blue) = 196+242+186=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F2BA is #3B0D45. Grayscale: #DEDEDE. Windows color (decimal): -3870022 or 12251844. OLE color: 12251844.

HSL color Cylindrical-coordinate representation of color #C4F2BA: hue angle of 109.29º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4F2BA is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB196242186-
CMYK0.1900.230.05
HSL109.29º68.29%83.92%-
HSV(B)109.29º23.14%94.9%-
XYZ63.3878.7958.32-
YUV221.86107.76109.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.41%
GREEN value IS 242 (94.92% from 255) = 38.78%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=31.41%
G=38.78%
B=29.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1962421860.1900.230.05109.2968.2983.92
HexC4F2BA1301756d4454
Octal304362272230275155104124
Binary11000100111100101011101010011010111101110110110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F2BA; }

 p { color: rgb(196,242,186); }

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

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

 a { background-color: rgb(196,242,186); }

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

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

 span { border-color: rgb(196,242,186); }

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