#C5F2B1

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

Shades of Tea Green #C5F2B1

Tints of Tea Green #C5F2B1

Color information

#C5F2B1 (or 0xC5F2B1) is unknown color: approx Tea Green. HEX triplet: C5, F2 and B1. RGB value is (197,242,177). Sum of RGB (Red+Green+Blue) = 197+242+177=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 177 (69.53% from 255 or 28.73% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F2B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F2B1 is #3A0D4E. Grayscale: #DDDDDD. Windows color (decimal): -3804495 or 11662021. OLE color: 11662021.

HSL color Cylindrical-coordinate representation of color #C5F2B1: hue angle of 101.54º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5F2B1 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB197242177-
CMYK0.1900.270.05
HSL101.54º71.43%82.16%-
HSV(B)101.54º26.86%94.9%-
XYZ62.7178.5553.45-
YUV221.14103.09110.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.98%
GREEN value IS 242 (94.92% from 255) = 39.29%
BLUE value IS 177 (69.53% from 255) = 28.73%
R=31.98%
G=39.29%
B=28.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972421770.1900.270.05101.5471.4382.16
HexC5F2B11301B5664752
Octal305362261230335146107122
Binary11000101111100101011000110011011011101110011010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F2B1; }

 p { color: rgb(197,242,177); }

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

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

 a { background-color: rgb(197,242,177); }

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

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

 span { border-color: rgb(197,242,177); }

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