#C2FFB6

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

Shades of Tea Green #C2FFB6

Tints of Tea Green #C2FFB6

Color information

#C2FFB6 (or 0xC2FFB6) is unknown color: approx Tea Green. HEX triplet: C2, FF and B6. RGB value is (194,255,182). Sum of RGB (Red+Green+Blue) = 194+255+182=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 182 (71.48% from 255 or 28.84% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFB6 is #3D0049. Grayscale: #E4E4E4. Windows color (decimal): -3997770 or 11993026. OLE color: 11993026.

HSL color Cylindrical-coordinate representation of color #C2FFB6: hue angle of 110.14º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2FFB6 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB194255182-
CMYK0.2400.290
HSL110.14º100%85.69%-
HSV(B)110.14º28.63%100%-
XYZ66.4586.3757.42-
YUV228.44101.79103.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.74%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 182 (71.48% from 255) = 28.84%
R=30.74%
G=40.41%
B=28.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942551820.2400.290110.1410085.69
HexC2FFB61801D06e6456
Octal302377266300350156144126
Binary110000101111111110110110110000111010110111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FFB6; }

 p { color: rgb(194,255,182); }

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

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

 a { background-color: rgb(194,255,182); }

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

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

 span { border-color: rgb(194,255,182); }

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