#C2F1BA

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

Shades of Tea Green #C2F1BA

Tints of Tea Green #C2F1BA

Color information

#C2F1BA (or 0xC2F1BA) is unknown color: approx Tea Green. HEX triplet: C2, F1 and BA. RGB value is (194,241,186). Sum of RGB (Red+Green+Blue) = 194+241+186=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F1BA is #3D0E45. Grayscale: #DCDCDC. Windows color (decimal): -4001350 or 12251586. OLE color: 12251586.

HSL color Cylindrical-coordinate representation of color #C2F1BA: hue angle of 111.27º degrees, saturation: 0.66, 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 #C2F1BA is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB194241186-
CMYK0.2000.230.05
HSL111.27º66.27%83.73%-
HSV(B)111.27º22.82%94.51%-
XYZ62.5777.9358.2-
YUV220.68108.43108.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.24%
GREEN value IS 241 (94.53% from 255) = 38.81%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=31.24%
G=38.81%
B=29.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1942411860.2000.230.05111.2766.2783.73
HexC2F1BA1401756f4254
Octal302361272240275157102124
Binary11000010111100011011101010100010111101110111110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F1BA; }

 p { color: rgb(194,241,186); }

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

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

 a { background-color: rgb(194,241,186); }

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

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

 span { border-color: rgb(194,241,186); }

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