#C2FCB9

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

Shades of Tea Green #C2FCB9

Tints of Tea Green #C2FCB9

Color information

#C2FCB9 (or 0xC2FCB9) is unknown color: approx Tea Green. HEX triplet: C2, FC and B9. RGB value is (194,252,185). Sum of RGB (Red+Green+Blue) = 194+252+185=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 185 (72.66% from 255 or 29.32% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FCB9 is #3D0346. Grayscale: #E3E3E3. Windows color (decimal): -3998535 or 12188866. OLE color: 12188866.

HSL color Cylindrical-coordinate representation of color #C2FCB9: hue angle of 111.94º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2FCB9 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB194252185-
CMYK0.2300.270.01
HSL111.94º91.78%85.69%-
HSV(B)111.94º26.59%98.82%-
XYZ65.8284.5958.76-
YUV227.02104.28104.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.74%
GREEN value IS 252 (98.83% from 255) = 39.94%
BLUE value IS 185 (72.66% from 255) = 29.32%
R=30.74%
G=39.94%
B=29.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942521850.2300.270.01111.9491.7885.69
HexC2FCB91701B1705c56
Octal302374271270331160134126
Binary110000101111110010111001101110110111111000010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FCB9; }

 p { color: rgb(194,252,185); }

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

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

 a { background-color: rgb(194,252,185); }

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

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

 span { border-color: rgb(194,252,185); }

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