#C2FFBF

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

Shades of Tea Green #C2FFBF

Tints of Tea Green #C2FFBF

Color information

#C2FFBF (or 0xC2FFBF) is unknown color: approx Tea Green. HEX triplet: C2, FF and BF. RGB value is (194,255,191). Sum of RGB (Red+Green+Blue) = 194+255+191=640 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.31% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFBF is #3D0040. Grayscale: #E5E5E5. Windows color (decimal): -3997761 or 12582850. OLE color: 12582850.

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

Color convert

RGB194255191-
CMYK0.2400.250
HSL117.19º100%87.45%-
HSV(B)117.19º25.1%100%-
XYZ67.4186.7562.48-
YUV229.46106.29102.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.31%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 191 (75% from 255) = 29.84%
R=30.31%
G=39.84%
B=29.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942551910.2400.250117.1910087.45
HexC2FFBF180190756457
Octal302377277300310165144127
Binary110000101111111110111111110000110010111010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FFBF; }

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

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

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

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

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

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

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

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