#C2FFC1

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

Shades of Tea Green #C2FFC1

Tints of Tea Green #C2FFC1

Color information

#C2FFC1 (or 0xC2FFC1) is unknown color: approx Tea Green. HEX triplet: C2, FF and C1. RGB value is (194,255,193). Sum of RGB (Red+Green+Blue) = 194+255+193=642 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.22% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 193 (75.78% from 255 or 30.06% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFC1 is #3D003E. Grayscale: #E5E5E5. Windows color (decimal): -3997759 or 12713922. OLE color: 12713922.

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

Color convert

RGB194255193-
CMYK0.2400.240
HSL119.03º100%87.84%-
HSV(B)119.03º24.31%100%-
XYZ67.6386.8463.65-
YUV229.69107.29102.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.22%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 193 (75.78% from 255) = 30.06%
R=30.22%
G=39.72%
B=30.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942551930.2400.240119.0310087.84
HexC2FFC1180180776458
Octal302377301300300167144130
Binary110000101111111111000001110000110000111011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FFC1; }

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

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

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

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

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

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

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

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