#C7F0BA

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

Shades of Tea Green #C7F0BA

Tints of Tea Green #C7F0BA

Color information

#C7F0BA (or 0xC7F0BA) is unknown color: approx Tea Green. HEX triplet: C7, F0 and BA. RGB value is (199,240,186). Sum of RGB (Red+Green+Blue) = 199+240+186=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F0BA is #380F45. Grayscale: #DDDDDD. Windows color (decimal): -3673926 or 12251335. OLE color: 12251335.

HSL color Cylindrical-coordinate representation of color #C7F0BA: hue angle of 105.56º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7F0BA is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB199240186-
CMYK0.1700.220.06
HSL105.56º64.29%83.53%-
HSV(B)105.56º22.5%94.12%-
XYZ63.5878.0158.16-
YUV221.58107.92111.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.84%
GREEN value IS 240 (94.14% from 255) = 38.4%
BLUE value IS 186 (73.05% from 255) = 29.76%
R=31.84%
G=38.4%
B=29.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1992401860.1700.220.06105.5664.2983.53
HexC7F0BA1101666a4054
Octal307360272210266152100124
Binary11000111111100001011101010001010110110110101010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F0BA; }

 p { color: rgb(199,240,186); }

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

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

 a { background-color: rgb(199,240,186); }

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

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

 span { border-color: rgb(199,240,186); }

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