#C5F0B1

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

Shades of Tea Green #C5F0B1

Tints of Tea Green #C5F0B1

Color information

#C5F0B1 (or 0xC5F0B1) is unknown color: approx Tea Green. HEX triplet: C5, F0 and B1. RGB value is (197,240,177). Sum of RGB (Red+Green+Blue) = 197+240+177=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 177 (69.53% from 255 or 28.83% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F0B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F0B1 is #3A0F4E. Grayscale: #DCDCDC. Windows color (decimal): -3805007 or 11661509. OLE color: 11661509.

HSL color Cylindrical-coordinate representation of color #C5F0B1: hue angle of 100.95º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5F0B1 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB197240177-
CMYK0.1800.260.06
HSL100.95º67.74%81.76%-
HSV(B)100.95º26.25%94.12%-
XYZ62.1277.3653.25-
YUV219.96103.75111.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.08%
GREEN value IS 240 (94.14% from 255) = 39.09%
BLUE value IS 177 (69.53% from 255) = 28.83%
R=32.08%
G=39.09%
B=28.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1972401770.1800.260.06100.9567.7481.76
HexC5F0B11201A6654452
Octal305360261220326145104122
Binary11000101111100001011000110010011010110110010110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F0B1; }

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

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

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

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

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

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

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

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